Icon TSortDirection

Unit: WebData

TSortDirection = (sdNone,sdAscending,sdDescending)

Available In: Client and Server Applications

The TSortDirection enumerated type is used with the TDataColumn class to specify how a column should be sorted in a dataset.

ElementDescription
sdAscendingSpecifies that the column should be sorted in ascending order.
sdDescendingSpecifies that the column should be sorted in descending order.
sdNoneSpecifies that the column should not be part of the active sort.
Image