[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 1141

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

TComponent.Notification

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