mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Open new help page on "Help" buttons of the various object editors.
This commit is contained in:
@ -564,7 +564,7 @@ end;
|
||||
procedure TfrmRoutineEditor.btnHelpClick(Sender: TObject);
|
||||
begin
|
||||
// Help button
|
||||
Mainform.CallSQLHelpWithKeyword('CREATE PROCEDURE');
|
||||
Help(Self, 'createroutine');
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user