Vcl.ComCtrls.TCustomComboBoxEx.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 TCustomComboBoxEx

Beschreibung

Reagiert auf Benachrichtigungen, dass Objekte in das Formular eingefügt oder daraus entfernt werden sollen.

Notification wird aufgerufen, wenn die in AComponent angegebene Komponente hinzugefügt oder entfernt wird. Der Parameter Operation legt fest, ob die Komponente hinzugefügt oder entfernt werden soll. TCustomComboBoxEx überschreibt die Methode, um zu reagieren, wenn die Bilderliste Images entfernt wird.

Siehe auch