|
| |
SetOption() Function
Adds an option to a combo box control or a dropdown menu. Syntax:
SetOption(id,text) SetOption(id,text,action,value)
Parameters
id - ID of a combo control to add a new option item to. text - Option to set action - Action to set. value - Value to set
Remarks:
- This command works with either Combo box controls, or dropdown menu definitions.
- The action and value parameters are used for setting menu options only. They have no meaning for combo controls.
Compatibility
action and value parameters are supported from version 2.4.1
See Also:
|