Einzelnen Beitrag anzeigen

Benutzerbild von Sinspin
Sinspin

Registriert seit: 15. Sep 2008
Ort: Dubai
621 Beiträge
 
Delphi 10.3 Rio
 
#3

AW: kbmMemTable index with negativ Values not working

  Alt 28. Nov 2021, 09: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.
  Mit Zitat antworten Zitat