Function GetClass returns the class assigned to the referenced object. None is returned if the object has no class assigned to it.
FUNCTION GetClass(h : HANDLE): STRING;def vs.GetClass(h):
return STRING| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to object. |
ObjectClass:=GetClass(handleToObject);ObjectClass = vs.GetClass(handleToObject)Availability: from All Versions