====== CzVar::GetTypeName ====== ===== Description ===== Get the name, as a string, of the type of variable attached to this CzVar object. ===== Function prototype ===== bool CzVar::GetTypeName(ZVAR hStringVar); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | hStringVar | ZVAR | A ZVAR handle to a user-supplied string variable (created with [[zeolite:functions:var_Create]], [[zeolite:functions:var_CreateTemp]] or [[zeolite:functions:list_CreateItem]].) | ===== Return value ===== False if an error occurred, and true otherwise. ===== Comments ===== This function is equivalent to the API function [[zeolite:functions:type_GetTypeName]]. Please refer to the documentation of that function for additional information.