Combo Box Methods

The following sections describe the individual combo box methods.

AddCategoryComboEntry

>>-aCategoryDialog~AddCategoryComboEntry(--id--,--data--,--category-->

>--)-----------------------------------------------------------><


For more information, see AddComboEntry.

Arguments:

The arguments are:

id

The ID of the combo box

data

The text string that is added to the combo box

category

The category page number where the combo box is located

Example:

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)

InsertCategoryComboEntry

>>-aCategoryDialog~InsertCategoryComboEntry(--id--,--item--,--data--,-->

>--category--)-------------------------------------------------><


For more information, see InsertComboEntry.

DeleteCategoryComboEntry

>>-aCategoryDialog~DeleteCategoryComboEntry(--id--,--index--,--->

>--category--)-------------------------------------------------><


For more information, see method DeleteComboEntry.

FindCategoryComboEntry

>>-aCategoryDialog~FindCategoryComboEntry(--id--,--data--,------>

>--category--)-------------------------------------------------><


For more information, see FindComboEntry.

GetCategoryComboEntry

>>-aCategoryDialog~GetCategoryComboEntry(--id--,--index--)-----><


For more information, see GetComboEntry.

GetCategoryComboItems

>>-aCategoryDialog~GetCategoryComboItems(--id--,--category--)--><


For more information, see GetComboItems.

GetCurrentCategoryComboIndex

>>-aCategoryDialog~GetCurrentCategoryComboIndex(--id--,--category-->

>--)-----------------------------------------------------------><


For more information, see GetCurrentComboIndex.

SetCurrentCategoryComboIndex

>>-aCategoryDialog~SetCurrentCategoryComboIndex(--id--,--+-------+-->
                                                         +-index-+

>--,--category--)----------------------------------------------><


For more information, see SetCurrentComboIndex.

ChangeCategoryComboEntry

>>-aCategoryDialog~ChangeCategoryComboEntry(--id--,--item--,--data-->

>--,--category--)----------------------------------------------><


For more information, see ChangeComboEntry.

CategoryComboAddDirectory

>>-aCategoryDialog~CategoryComboAddDirectory(--id--,--drvpath--,-->

>--fileAttributes--,--category--)------------------------------><


For more information, see ComboAddDirectory.

CategoryComboDrop

>>-aCategoryDialog~CategoryComboDrop(--id--,--category--)------><


For more information, see ComboDrop.