Set the contents of a string variable using a a C-style string handle.
bool CzStr::SetText(const char* lpTextStr);
| Name | Type | Comment |
|---|---|---|
| lpTextStr | const char* | A handle to a C-style string, the value of which is to be stored in the CzStr object. |
False if an error occurred, and true otherwise.
None.