Set the options in a ComboSelector window.
bool CExtAPI::combosel_SetOptions(ZVAR hComboSel, const char* lpOptionsStr);
| Name | Type | Comment |
|---|---|---|
| hComboSel | ZVAR | A ZVAR handle of type VarID_combosel. |
| lpOptionsStr | const char* | A pointer to a C-style string, containing a pipe-delimited ('|') string of options. |
False if an error occurred, and true otherwise.
None.