Vcl.Graphics.TGraphicsObject.OnChange

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};

Propriétés

Type Visibilité  Source Unité  Parent
event public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TGraphicsObject

Description

Se produit immédiatement après la modification de l'objet graphique.

Ecrivez un gestionnaire d'événement OnChange pour effectuer des actions spécifiques quand l'objet graphique change. Les propriétés de l'objet reflètent les nouveaux paramètres quand l'événement OnChange a lieu.

Voir aussi