Vcl.ComCtrls.TCustomComboBoxEx.Notification

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

Description

Répond aux notifications spécifiant que des objets vont être insérés ou supprimés.

Notification est appelée lorsque le composant spécifié par AComponent va être inséré ou supprimé, tel que spécifié par Operation. TCustomComboBoxEx redéfinit cette méthode pour répondre aux notifications de suppression de la liste d'images affectée à la propriété Images.

Voir aussi