Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
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

...

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

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"