Test whether the variable to which this CzVar object is attached is initialised as a given type ID.
bool CzVar::IsType(long VarID);
| Name | Type | Comment | 
|---|---|---|
| VarID | long | A long integer containing the variable type ID to be tested. | 
False if the variable is not initialised or is of a type other than that given by VarID, and true otherwise.
This function is equivalent to the API function var_IsType. Please refer to the documentation of that function for additional information.