Attach an existing ZVAR variable handle to this CzVar object. Subsequent calls to CzVar methods, or those of derived classes, will operate on the ZVAR handle provided.
bool CzVar::Attach(ZSTR hStr);
Name | Type | Comment |
---|---|---|
hStr | ZVAR | A ZVAR handle to an existing variable. |
False if an error occurred, and true otherwise.
None.