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

TcxCustomTextEditProperties.LookupItemsSorted Property

Specifies whether the automatic completion words list is sorted in alphabetical order.

Declaration

property LookupItemsSorted: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

The LookupItemsSorted property determines whether the automatic completion words list is sorted in alphabetical order. This list is specified via the LookupItems property. The automatic completion words list can be navigated through by pressing the Up and Down keys when the editor has focus (implemented for all editors starting from TcxCustomDropDownEdit).

See Also