The GetClassOfObject function returns the definition class name from the class from which an object is defined.
|
Syntax | ||||
|
GetClassOfObject(Expression) | ||||
|
Return value | ||||
|
Type |
Description | |||
|
String |
Der am Objekt hinterlegte TCE-Klassenname | |||
|
Parameter | ||||
|
Use |
Name |
Type |
Passing |
Description |
|
Required |
Expression |
String |
ByVal |
Name of the object definition |
Example:
MsgBox(GetClassOfObject("PC"))
The function returns the TCE class from the definition class of the object definition named PC.