Skip to main content

TdxCustomMemData.SortOptions Property

Specifies the default sort settings.

Declaration

property SortOptions: TdxSortOptions read; write;

Property Value

Type
TdxSortOptions

Remarks

This property can include the following flags in any combination:

TdxSortOption Value

Description

soDesc

The TdxMemData component sorts data against all listed fields in descending order, except for fields followed by a colon and the ‘A’ or ‘a’ sort order syntax flag.

If the flag is omitted, the component sorts data in ascending order, except for fields followed by a colon and the ‘D’ or ‘d’ sort syntax flag.

soCaseInsensitive

The TdxMemData component ignores character case for sort operations against all specified fields.

If this flag is omitted, sort operations are case-sensitive, except for those fields followed by a colon and the ‘N’ or ‘n’ sort syntax flag.

The SortOptions property’s default value is [].

See Also