|
Adds an item to a VAList or VACombo control operating in field-bound mode.
The AddItem method syntax has these parts:
If you supply a valid value for index, item is placed at that position within the object. If index is omitted, item is added at the proper sorted position (if the Sorted property is set to True) or to the end of the list (if Sorted is set to False).
A VAList or VACombo control that is operating in record list mode (VARecordList property is set to True) does not support the AddItem method.
|
Chapter contents
Prev topic: AboutBox
|