Registriert seit: 15. Sep 2008
Ort: Dubai
677 Beiträge
Delphi 10.3 Rio
|
AW: kbmMemTable index with negativ Values not working
28. Nov 2021, 10:42
Hi. Index means not sorting. To sort the data of the memtable, you need to call the methode SortOn(FieldNames: String).
FieldNames is then the field(s) where you want sort for.
An index is used to increase the speed of filter and sorting opertions but it does no automatically sorting (at the TKbmMemTable).
Stefan Nur die Besten sterben jung
A constant is a constant until it change.
|