Vcl.Samples.Spin.TSpinButton.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.Samples.Spin.pas
Vcl.Samples.Spin.hpp
Vcl.Samples.Spin TSpinButton

Description

Répond aux notifications indiquant que des composants sont en train d'être détruits.

Notification répond aux notifications indiquant que des composants sont sur le point d'être détruits.

Notification appelle la méthode héritée Notification.

Voir aussi