Vcl.ComCtrls.TCustomHeaderControl.Notification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Notification(AComponent: TComponent; Operation: TOperation); override;

C++

virtual void __fastcall Notification(System::Classes::TComponent* AComponent, System::Classes::TOperation Operation);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomHeaderControl

Beschreibung

Wird bei Benachrichtigungen über das Erstellen oder Freigeben von Komponenten aufgerufen.

Notification wird in TCustomHeaderControl überschrieben, um ImageListChanged aufzurufen, wenn die Bildliste entfernt wird.

Siehe auch