Afficher : Delphi
C++
Préférences d'affichage
FMX.Types.TBitmap.OnChange
De XE2 API Documentation
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.Types.pas FMX.Types.hpp |
FMX.Types | TBitmap |
Description
Se produit à chaque fois qu'un TBitmap change.
Utilisez OnChange pour écrire un gestionnaire pour effectuer une action quand le TBitmap change.