-
Alejandro replied to the topic Different behavior of CreateIndexes method in the forum kbmMemTable 4 years, 8 months ago
Alright, browsing the forum I found about the ‘SortOn’ method, which lead me to (hopefully) the correct solution to our previous non functional code.
We’d still need to modify the code, but with no performance inpact.
procedure TForm1.Button2Click(Sender: TObject);
var a: TkbmIndex;
begin
// kbmMemTable1.SortOn(‘ID;NAME’,…[Read more] -
Alejandro started the topic Different behavior of CreateIndexes method in the forum kbmMemTable 4 years, 8 months ago
<div id=”:8v” class=”Ar Au Ao”>
<div id=”:8r” class=”Am Al editable LW-avf tS-tW tS-tY” tabindex=”1″ role=”textbox” contenteditable=”true” spellcheck=”true” aria-label=”Cuerpo del mensaje” aria-multiline=”true”>Hi,
TkbmMemTable’s CreateIndexes method bahaves differently in 7.62.00 as opposed to 5.01 when creating indexes in a table that has…[Read more]
