[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Removes the given notification handler.
Source position: controls.pp line 1411
protected procedure TControl.RemoveHandler( |
HandlerType: TControlHandlerType; |
const AMethod: TMethod |
); |
HandlerType |
|
Type of the notification. |
AMethod |
|
The handler to be removed. |
|
Adds an notification handler. |
lazarus-ccr.sourceforge.net |