This functionality is only available for certain module packages.

You are here: Reference > Formula Language > Formulas > Components > General methods for project components > isInstanceOf(String typeName)

isInstanceOf(String typeName)

Returns true if for the project component either the library component <typeName>, the library component <typeName> is a superclass of the library component, or <typeName> is an interface associated with the library component.

isInstanceOf(String typeName)
Argument String typeName Name of the library component
May be assigned as name or absolute name (always the absolute name should be used, because it identifies the library component unique)
Return value Boolean