Refactoring Keyword mapping, introducing tuples
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user