TdxBarCustomCombo.Items Property
Contains the strings that appear in a dropdown listbox.
Declaration
property Items: TStrings read; write;
Property Value
Type |
---|
TStrings |
Remarks
Items is an array of strings similar to TCustomListBox. Use the Items property to add, insert, delete, and move item strings. Descendants can define special types for their own items.
See Also