ADD: Show localized field name

This commit is contained in:
Alexander Koblov 2019-05-03 21:21:38 +00:00
commit d0d54299bb

View file

@ -680,7 +680,7 @@ begin
begin
Inc(J);
sgImage.Cells[1, J]:= Value;
sgImage.Cells[0, J]:= WdxModule.FieldList[I];
sgImage.Cells[0, J]:= TWdxField(WdxModule.FieldList.Objects[I]).LName;
end;
end;
end;