Vcl.Graphics.TPicture.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 TPicture

Description

Se produit quand l'élément graphique encapsulé dans l'objet image change.

Ecrivez un gestionnaire d'événement OnChange pour effectuer des actions spécifiques quand le graphique est modifié.