TcxMCListBox.AddItem(string,TObject) Method
Adds a new item to the multi-column list box.
Declaration
procedure AddItem(AItem: string; AObject: TObject);
Parameters
Name | Type | Description |
---|---|---|
AItem | string | The item’s caption. |
AObject | TObject | Specifies the object associated with the added item. |
See Also