Skip to main content
A newer version of this page is available. .

TcxMCListBox.Items Property

Specifies data displayed by the multi column list box control.

Declaration

property Items: TStrings read; write;

Property Value

Type
TStrings

Remarks

Use the Items property to supply data for the multi column list box control. This property is represented by a TStrings object which is the collection of text lines. Each text line corresponds to a row in the control. Column values are separated from one another using the character specified by the Delimiter property.

Please refer to the Populating a Multi Column ListBox with Items topic for more information about populating the control with data.

See Also