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.
Â
Â