mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 07:38:14 +02:00
LCL: made TCustomForm.IsShortcut virtual (bug #7921) from Colin Western
git-svn-id: trunk@10298 -
This commit is contained in:
parent
28bfc29f27
commit
470920716e
@ -488,7 +488,7 @@ type
|
||||
procedure RemoveHandlerClose(OnCloseHandler: TCloseEvent);
|
||||
procedure AddHandlerCreate(OnCreateHandler: TNotifyEvent; AsLast: Boolean=true);
|
||||
procedure RemoveHandlerCreate(OnCreateHandler: TNotifyEvent);
|
||||
function IsShortcut(var Message: TLMKey): boolean;
|
||||
function IsShortcut(var Message: TLMKey): boolean; virtual;
|
||||
procedure IntfHelp(AComponent: TComponent);
|
||||
public
|
||||
// drag and dock
|
||||
|
Loading…
Reference in New Issue
Block a user