[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.Notification

Notification - calls inherited Notification, then takes action depending on Operation

Declaration

Source position: controls.pp line 1188

protected procedure TControl.Notification(

  AComponent: TComponent;

  Operation: TOperation

); override;

Description

Notification - calls inherited Notification, then takes action depending on Operation

If Operation is removal, then nullifies any popupmenus or actions. disconnects all anchors.

See also

#rtl.Classes.TComponent.Notification

The latest version of this document can be found at lazarus-ccr.sourceforge.net.