Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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.

 

 


  • No labels