====== CzVar::EditUI ====== ===== Description ===== Edit the value of the variable using L3DT's standard variable editing graphical user interface. ===== Function prototype ===== bool CzVar::EditUI(const char* lpPrompt, unsigned long Flags, ZLIST hOptions); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | lpPrompt | const char* | A pointer to a C-style string containing the title of the edit dialog. If null is given, a default title is used. | | Flags | unsigned long | Reserved. | | hOptions | ZLIST | Reserved. | ===== Return value ===== False if: * The [[zeolite:varID|variable type]] of //hVar// cannot be edited (see comments for [[zeolite:functions:zvar_EditUI]].) * The user selects the 'Cancel' button in the user interface. True otherwise. ===== Comments ===== This function is equivalent to the API function [[zeolite:functions:zvar_EditUI]]. Please refer to the documentation of that function for additional information.