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


TypeNameComment
GENERICinstanceIdThe id of the object that is to be checked
GENERICanEntityThe id of the type
BOOLEANisKindOfTRUE 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.

Â