TTMSFNCDataGridDataAdapterSortMode Enumeration
Controls whether sorting is disabled, handled by the grid engine, or delegated to the data adapter.
API unit family: TMSFNCDataGridData
Members
| Name | Description |
|---|---|
asmNone |
Sorting is disabled; the adapter does not perform or request any sort. |
asmNormal |
Sorting is handled by the built-in grid engine. |
asmAdapter |
Sorting is delegated to the data adapter, which applies its own sort logic. |