
This method will add a list of options.
Returns the following according to the situation:
The recommended convention is passing the control identifier directly:
Copy Code |
|---|
(Odcl_OptionList_AddList MyControlReference [as Reference] (list Option [as String] Option [as String] ...)) |
An alternative convention is to identify the control by providing the project file, the dialog name and the control name:
Copy Code |
|---|
(Odcl_OptionList_AddList ProjectFile [as String] DialogName [as String] ControlName [as String] (list Option [as String] Option [as String] ...)) |
Copy Code |
|---|
; Add more options (Odcl_OptionList_AddList MyProject_MyForm_MyControl (list "Option 1" "Option 2" "Option 3")) |
OptionList_AddString, OptionList_Clear, OptionList_DeleteString, OptionList_GetCount, OptionList_InsertString