Vcl.Graphics.TGraphic.OnChange
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 | TGraphic |
Description
Se produit à chaque fois qu'une image graphique change.
Ecrivez un gestionnaire d'événement OnChange pour effectuer des actions spécifiques quand l'image graphique change.