Table of Contents

CzVar::IsType

Description

Test whether the variable to which this CzVar object is attached is initialised as a given type ID.

Function prototype

bool CzVar::IsType(long VarID);

Arguments

Name Type Comment
VarID long A long integer containing the variable type ID to be tested.

Return value

False if the variable is not initialised or is of a type other than that given by VarID, and true otherwise.

Comments

This function is equivalent to the API function var_IsType. Please refer to the documentation of that function for additional information.