Table of Contents

CzVar::CzVar

Description

Create a new CzVar object.

Function prototype

CzVar::CzVar(void);

Arguments

None.

Return value

None.

Comments

Please note that the CzVar object is not attached to a variable handle following construction. To use the CzVar object, you must first either create a variable using Create, attach an existing variable using Attach, or retrieve a named variable using GetByName.