xpfAggrLikeEx

FUNCTION xpfAggrLikeEx (aggrIdOrModelId               : GENERIC;
                        enityIdOrEntityName           : GENERIC;
                        attributeName                 : STRING;
                        pattern                       : STRING;
                        options                       : INTEGER;
                        VAR numberOfMatchingInstances : INTEGER)
                        matchingInstanceOrInstances   : GENERIC;
                

This function uses comparison as xpxLike comparing aggregate elements..

Arguments


TypeNameComment
GENERICaggrIdOrModelIdcomments
GENERICenityIdOrEntityName 
STRINGattributeName 
STRINGpattern 
INTEGERoptions 
INTEGERnumberOfMatchingInstances 

Return Value


 

TypeNameComment
GENERICmatchingInstanceOrInstancescomments

Options


OptionComment
xpxCASE_INSENSITIVECase insensitive comparison

XPXIGNORE_ALL_PATTERN_MATCHING_CHARS

All defined pattern matching characters will be treated as ordinary (not pattern matching) characters
XPXIGNORE_ALL_PATTERN_MATCHING_CHARS_EXCEPT_STAROnly the star “*” will be a pattern matching character, all other characters will be normal (not pattern matching) characters.

 

Example


<Missing Example>

 

See also

Filter by label

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