...
Code Block | ||||
---|---|---|---|---|
| ||||
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.
This function is equivalent to the EDMinterface function sdaiIsKindOf
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
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|