[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Menus' (#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

);

Arguments

HandlerType

  

Handler type where the specified routine is stored.

AMethod

  

Record with the Pointers to the code and data removed in the method.


Version 3.2 Generated 2024-02-25 Home