xpfStringToEnumeration

FUNCTION xpfStringToEnumeration (enumId     : GENERIC;
                                 aString     : STRING)
                                 enumeration : GENERIC;
                

This function returns enumeration element value. The value of the given STRING is placed within the given target enumeration instance.                                    

Arguments


 

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_enumId'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_String'.

Return Value


 

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_enumVal'.

Options


 

 

Example


enum_id := xpfGetDefinedType(XPXTARGETMODELID, enum_name);
enum_element := xpfStringToEnumeration(enum_id, enum_element_name); 

 

See also

Filter by label

There are no items with the selected labels at this time.

 

Â