Skip to main content

TdxTokenEditPropertiesOptionsLookup.Sorted Property

Specifies if the editor populates the token lookup dropdown window in alphabetical order.

Declaration

property Sorted: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to False or True to sort the list of suggested tokens in ascending or alphabetical order, respectively. In the former case, the editor uses token indexes within the collection.

Value Example
True
False

The default Sorted property value is True.

See Also