====== CzStr ====== ===== Description ===== ''CzStr'' is a wrapper class for variables of type VarID_string, and includes several string-handling functions. ===== Files ===== ^ Declaration | ''zStr.h'' | ^ Implementation | ''zStr.cpp'' | ===== Member data ===== ''CzStr'' contains no public data. ===== Member functions ===== * [[zeolite:functions:czstr_create|Create]] * [[zeolite:functions:czstr_createshared|CreateShared]] * [[zeolite:functions:czstr_gettext|GetText]] * [[zeolite:functions:czstr_settext|SetText]] * [[zeolite:functions:czstr_getlength|GetLength]] * [[zeolite:functions:czstr_compare|Compare]] * [[zeolite:functions:czstr_comparenocase|CompareNoCase]] * [[zeolite:functions:czstr_isstr|IsStr]] * [[zeolite:functions:czstr_find|Find]] * [[zeolite:functions:czstr_append|Append]] * [[zeolite:functions:czstr_appendchar|AppendChar]] * [[zeolite:functions:czstr_getat|GetAt]] ===== Base class ===== * [[zeolite:classes:CzVar]] * [[zeolite:classes:CzVar#Member functions]] * [[zeolite:classes:CzVar#Member data]] ===== Comments ===== ==== Edit string dialog ==== If you call the [[zeolite:functions:CzVar_EditUI|CzVar::EditUI]] base-class function, you may then edit the string using a string editor dialog box.