xpxIsKindOf
FUNCTION xpxIsKindOf (instanceId , anEntity : GENERIC; VAR isKindOf : BOOLEAN) status : INTEGER;
The xpxIsKindOf function returns TRUE in the isKindOf argument if the specified instance instanceId is of type anEntity or a subtype of anEntity. The anEntity argument is the instanceId of the enity_definition instance that specifies the actual instance type to test against.
Arguments
Type | Name | Comment |
GENERIC | instanceId | The id of the object that is to be checked |
GENERIC | anEntity | The id of the type |
BOOLEAN | isKindOf | TRUE if instanceId type is the same as anEntity, else FALSE |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â