Vcl.ComCtrls.TCustomHeaderControl.Notification
Delphi
procedure Notification(AComponent: TComponent; Operation: TOperation); override;
C++
virtual void __fastcall Notification(System::Classes::TComponent* AComponent, System::Classes::TOperation Operation);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomHeaderControl |
Description
Responds to notifications that components are being created or destroyed.
TCustomHeaderControl overrides Notification in order to call ImageListChanged when the image list is removed.