The BaseClass attribute returns the class name of the variable definition. It returns the property TCE class of an object definition or the given class name of the definition of a local variable.
Syntax | |
BaseClass | |
Return value | |
Type |
Description |
String |
The name of the class |
Remark | |
The attribute is read-only. |
Example:
Dim LCar As ::Car
MsgBox LCar.BaseClass
#shows: Car