ADD ITEM COMMAND
ADDITEM METHOD
  

Add a new item to a listbox, combobox, grid or tree.

SYNTAX

COMMAND

ADD ITEM <cItem> | <acItem> TO <ControlName> OF<ParentWindowName>

METHOD

ParentWindowName>.<ControlName>.AddItem (<cItem> | <acItem> [, nParentItemIndex | nParentItemId ])


Remarks

<cItem> type must be character for lists and combos, and array for grids (in this case, the array lenght, must be equal to column count)