FMX.Graphics.TBitmap.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
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap


Description

Se produit à chaque fois qu'un TBitmap change.

Utilisez OnChange pour écrire un gestionnaire pour effectuer une action quand le TBitmap change.