LCL: TMenuItem.AddHandler: changed AsLast to AsFirst for consistency and implemented it

git-svn-id: trunk@39783 -
This commit is contained in:
mattias 2013-01-06 18:58:47 +00:00
parent 62fb47e350
commit e25cb27f70

View File

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