TdxPDFChoiceField.Sorted Property
Specifies if field items are sorted.
Declaration
property Sorted: Boolean read; write;
Property Value
Type | Description |
---|---|
Boolean | True if field items are sorted; otherwise, False. |
Remarks
Set this property to True to sort field items by their display values in alphabetical order. If two field items have identical display values, the sort routine uses exportable values instead.
Note
A MoveItem procedure call has no effect if the Sorted property is set to True.
See Also