Checks if a variable or expression is an object type.
IsObj ( variable )
variable | The variable/expression to check. |
Success: | 1 if expression is an object variable. |
Failure: | 0 if expression is not an object variable. |
See language datatypes for a detailed description.
GUICtrlCreateObj, ObjCreate, ObjEvent, ObjGet, ObjName, VarGetType