GetObjectType(object)

Determines what type the object is.

int GetObjectType(
    object oTarget
);

Parameters

oTarget

The object to find its type.


Description

Returns the object type (OBJECT_TYPE_*) of oTarget and -1 if oTarget is not a valid object.



Version

1.22

See Also

categories: Get Data from Object Functions
constants: OBJECT_TYPE_* Constants


 author: Tom Cassiotis
 Send comments on this topic.