Refactoring Keyword mapping, introducing tuples

This commit is contained in:
Michael Schimmel
2026-01-04 15:07:02 +01:00
parent f1733c41a0
commit 0a7a6ea2d0
13 changed files with 245 additions and 93 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ begin
SetLength(RowData, Def.Count);
for i := 0 to Def.Count - 1 do
begin
Key := Def.Items[i].Key;
Key := Def.Keywords[i];
if Key = kTime then
RowData[i] := FLastTime
else if Key = kOpen then