LCL: made TCustomForm.IsShortcut virtual (bug #7921) from Colin Western

git-svn-id: trunk@10298 -
This commit is contained in:
vincents 2006-12-05 07:41:39 +00:00
parent 28bfc29f27
commit 470920716e

View File

@ -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