TdxSortOption Enum
Enumerates sort operation setting flags in a memory-based dataset component.
#Declaration
TdxSortOption = (
soDesc,
soCaseInsensitive
);
#Members
Name | Description |
---|---|
so
|
The Tdx If the flag is omitted, the component sorts data in ascending order, except for listed fields followed by a colon and the |
so
|
The Tdx If this flag is omitted, sort operations are case-sensitive, except for those fields followed by a colon and the |
#Remarks
The TdxSortOption
type enumerates flags that correspond to individual sort operation settings in a TdxMemData component. The TdxCustomMemData.SortOptions property can include any number of TdxSortOption
flags in any combination.
#Direct TdxSortOption Type Reference
The TdxSortOptions type references the TdxSortOption
type.