Unit 'Menus' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TMenuItem.RemoveHandler

Removes the event handler routine from the specified handler type.

Declaration

Source position: menus.pp line 297

public procedure TMenuItem.RemoveHandler(

  HandlerType: TMenuItemHandlerType;

  const AMethod: TMethod

);