Skip to main content

TcxCustomComboBoxProperties.Items Property

Specifies the list of expressions used for automatic completion when a user enters the first characters into an editor.

Declaration

property Items: TStrings read; write;

Property Value

Type
TStrings

Remarks

Use the Items property to specify the list of expressions available for automatic completion by an editor. This list may be filled in random order as it can be sorted afterwards by setting the Sorted property to True. Expressions from the Items list are displayed within the ExpressComboBox editor dropdown.

Note

The Items list may contain several expressions with the same starting characters. If the expression list is not sorted, then during input, the ExpressComboBox dropdown may locate an expression placed later in alphabetical order than other expressions with the same starting characters presented in the Items list.

See Also