mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-16 11:42:12 +08:00
Call more useful online help by "Help" button on table editor
This commit is contained in:
@ -2275,7 +2275,7 @@ end;
|
|||||||
procedure TfrmTableEditor.btnHelpClick(Sender: TObject);
|
procedure TfrmTableEditor.btnHelpClick(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
// Help button
|
// Help button
|
||||||
Mainform.CallSQLHelpWithKeyword('CREATE TABLE');
|
Help(Self, 'createtable');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user