TdxSortOptions Type
In This Article
A set of flags that correspond to individual sort operation options in a TdxMemData component.
#Declaration
Delphi
TdxSortOptions = set of TdxSortOption;
#Referenced Class
Type | Description |
---|---|
Tdx |
A flag that corresponds to an individual sort operation option. |
#Remarks
The TdxCustomMemData.SortOptions property references the TdxSortOptions
type.
See Also