====== CzStr::SetText ====== ===== Description ===== Set the contents of a string variable using a a C-style string handle. ===== Function prototype ===== bool CzStr::SetText(const char* lpTextStr); ===== Arguments ===== ^ 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. | ===== Return value ===== False if an error occurred, and true otherwise. ===== Comments ===== None.