| Kixforms Class Library |
AddItem Method |
Adds an item to the list at the specified index.
AddItem( Text, Index )
Text - an optional string value that evaluates to the text to be added into the list. If this argument is omitted, an empty string ("") is added.
Index - an optional numeric value that specifies the insertion point of the new item. If the list has fewer entries than the specified index, the item is not added. If this argument is omitted, the item is appended to the end of the list.
Applies To:
ComboBox |
ListBox
| The CHM file was converted to HTML by chm2web software. |