Skip to main content

TdxSortOptions Type

A set of flags that correspond to individual sort operation options in a TdxMemData component.

Declaration

TdxSortOptions = set of TdxSortOption;

Referenced Class

Type Description
TdxSortOption

A flag that corresponds to an individual sort operation option.

Remarks

The TdxCustomMemData.SortOptions property references the TdxSortOptions type.

See Also