mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Let TExtForm translate all strings on a form, to reduce the code in any FormCreate event
This commit is contained in:
@ -47,8 +47,6 @@ procedure TDataSortingForm.FormCreate(Sender: TObject);
|
||||
var
|
||||
i: Integer;
|
||||
begin
|
||||
TranslateComponent(Self);
|
||||
|
||||
ColumnNames := TStringList.Create;
|
||||
// Take column names from listColumns and add here
|
||||
for i:=0 to Mainform.SelectedTableColumns.Count-1 do begin
|
||||
|
Reference in New Issue
Block a user