option_dialogΒΆ
option_dialog opens the option dialog box Tools=>More Options.
- bool = option_dialog()
- bool = option_dialog(ssCategory)
Return Value
bool is TRUE (1) if the dialog box was closed by selecting the OK button. Otherwise the return value is FALSE (0).
Parameters
- ssCategory
ssCategory is an optional string with the name of a category. If the category exists it will be selected. The categories are listed in the list box of the left side of the dialog box.
History
Version |
Description |
---|---|
5.6.0 |
New |
id-3733