The following sections describe the individual combo box methods.
>>-aCategoryDialog~AddCategoryComboEntry(--id--,--data--,--category--> >--)-----------------------------------------------------------><
For more information, see AddComboEntry.
The arguments are:
The ID of the combo box
The text string that is added to the combo box
The category page number where the combo box is located
The following example adds a text string to the list of the combo box 101 in the third category page.
MyCategoryDialog~AddCategoryComboEntry(101, "I'm one of the choices", 3)
>>-aCategoryDialog~InsertCategoryComboEntry(--id--,--item--,--data--,--> >--category--)-------------------------------------------------><
For more information, see InsertComboEntry.
>>-aCategoryDialog~DeleteCategoryComboEntry(--id--,--index--,---> >--category--)-------------------------------------------------><
For more information, see method DeleteComboEntry.
>>-aCategoryDialog~FindCategoryComboEntry(--id--,--data--,------> >--category--)-------------------------------------------------><
For more information, see FindComboEntry.
>>-aCategoryDialog~GetCategoryComboEntry(--id--,--index--)-----><
For more information, see GetComboEntry.
>>-aCategoryDialog~GetCategoryComboItems(--id--,--category--)--><
For more information, see GetComboItems.
>>-aCategoryDialog~GetCurrentCategoryComboIndex(--id--,--category--> >--)-----------------------------------------------------------><
For more information, see GetCurrentComboIndex.
>>-aCategoryDialog~SetCurrentCategoryComboIndex(--id--,--+-------+--> +-index-+ >--,--category--)----------------------------------------------><
For more information, see SetCurrentComboIndex.
>>-aCategoryDialog~ChangeCategoryComboEntry(--id--,--item--,--data--> >--,--category--)----------------------------------------------><
For more information, see ChangeComboEntry.
>>-aCategoryDialog~CategoryComboAddDirectory(--id--,--drvpath--,--> >--fileAttributes--,--category--)------------------------------><
For more information, see ComboAddDirectory.
>>-aCategoryDialog~CategoryComboDrop(--id--,--category--)------><
For more information, see ComboDrop.