mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 12:40:22 +02:00
LCL: TMenuItem.AddHandler: changed AsLast to AsFirst for consistency and implemented it
git-svn-id: trunk@39783 -
This commit is contained in:
parent
62fb47e350
commit
e25cb27f70
@ -249,7 +249,7 @@ type
|
||||
AsFirst: boolean = false);
|
||||
procedure RemoveHandlerOnDestroy(const OnDestroyEvent: TNotifyEvent);
|
||||
procedure AddHandler(HandlerType: TMenuItemHandlerType;
|
||||
const AMethod: TMethod; AsFirst: boolean);
|
||||
const AMethod: TMethod; AsFirst: boolean = false);
|
||||
procedure RemoveHandler(HandlerType: TMenuItemHandlerType;
|
||||
const AMethod: TMethod);
|
||||
public
|
||||
|
Loading…
Reference in New Issue
Block a user