Vcl.ComCtrls.TCustomTabControl.Notification
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 | TCustomTabControl |
Description
Répartiteur d'événement pour la création et la destruction d'objets enfant.
Notification vérifie si la notification indique que le composant implémentant la propriété Images va être détruit, et si c'est le cas, affecte nil (Delphi) ou NULL (C++) à cette propriété.