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

TCustomHeaderControl.Notification

Handles the notification when a component is added to or removed from the class instance.

Declaration

Source position: comctrls.pp line 4065

protected procedure TCustomHeaderControl.Notification(

  AComponent: TComponent;

  Operation: TOperation

); override;

Description

Calls the inherited method on entry. Ensures that the Images member is set to Nil when the component is removed from the class instance.

See also

TComponent


Version 4.4 Generated 2025-11-08 Home