
This method will add an option.
Returns the following according to the situation:
The recommended convention is passing the control identifier directly:
Copy Code |
|---|
(Odcl_OptionList_AddString MyControlReference [as Reference] 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_AddString ProjectFile [as String] DialogName [as String] ControlName [as String] Option [as String]) |
Copy Code |
|---|
; Add an option (Odcl_OptionList_AddString MyProject_MyForm_MyControl "Option 4")) |
OptionList_AddList, OptionList_Clear, OptionList_DeleteString, OptionList_GetCount, OptionList_InsertString