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 3 Next »

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

This function returns enumeration element value and (2) expects not id of target model, but id of target enumeration, that could be received e.g. in call to xpfGetDefinedType, like the following:

 

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