
This method will add a new item to the specified ComboBox.
Returns the following according to the situation:
The recommended convention is passing the control identifier directly:
Copy Code |
|---|
(Odcl_ComboBox_AddString MyControlReference [as Reference] sNewString [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_ComboBox_AddString ProjectFile [as String] DialogName [as String] ControlName [as String] sNewString [as String] ) |
This method does not work for directory picker style.
Copy Code |
|---|
; Add to the combobox (Odcl_ComboBox_AddString MyProject_MyForm_MyControl "Grapefruit") |
ComboBox_AddList, ComboBox_Clear, ComboBox_DeleteString, ComboBox_GetCount, ComboBox_GetItemData, ComboBox_InsertString, ComboBox_SetItemData