Configuring Combo Box and List Box Methods
- Last UpdatedJul 13, 2023
- 1 minute read
The Combo Box and List Box controls have methods that you can use to access and change the items in the list at run time. Typically, you configure an action script to access these methods.
You can:
-
Add and insert items into the list.
-
Delete individual or all items from the list.
-
Find an item in the list.
-
Get the item caption based on a specified index.
-
Associate the items with values.
-
Load items from and save items to a file.
Related Topics
Adding and Inserting Items into a List
Reading the Caption of a Selected Item in a List