Let TExtForm translate all strings on a form, to reduce the code in any FormCreate event

This commit is contained in:
Ansgar Becker
2019-07-21 20:12:13 +02:00
parent 88a9e53f0d
commit fcdf323086
26 changed files with 8 additions and 36 deletions

View File

@ -103,7 +103,6 @@ procedure TfrmExportGrid.FormCreate(Sender: TObject);
var
FormatDesc: String;
begin
TranslateComponent(Self);
HasSizeGrip := True;
Width := AppSettings.ReadInt(asGridExportWindowWidth);
Height := AppSettings.ReadInt(asGridExportWindowHeight);