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

Description

Répond aux notifications spécifiant que des composants vont être créés ou détruits.

TCustomHeaderControl redéfinit Notification afin d'appeler ImageListChanged lorsque la liste d'images est supprimée.

Voir aussi