Table of Contents

CzVar::Delete

Description

Delete the variable wrapped by this CzVar object.

Function prototype

bool CzVar::Delete(void);

Arguments

None.

Return value

False if an error occurred, and true otherwise.

Comments

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