ComboAddStringΒΆ
ComboAddString adds a string to the end of the list box of a combo box.
- bool = ComboAddString(svString)
- bool = ComboAddString(svString, nID)
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
- svString
svString
- nID
nID is 1 for the toolbar combo box
"Import"(default value) and 2 for the"DatasetStyle"combo box.
See also
ComboSelectString, ComboResetContent, ComboGetString, AppSetBar, AppGetBar
id-1485124