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