TcxMCListBox.Items Property
In This Article
Provides access to all item captions.
#Declaration
Delphi
property Items: TStrings read; write;
#Property Value
Type | Description |
---|---|
TStrings | Stores item captions. |
See Also