Afficher : Delphi
C++
Préférences d'affichage
FMX.Types.TPathData.OnChanged
De XE2 API Documentation
Delphi
property OnChanged: TNotifyEvent read FOnChanged write FOnChanged;
C++
__property System::Classes::TNotifyEvent OnChanged = {read=FOnChanged, write=FOnChanged};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| event | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TPathData |
Description
Se produit à chaque fois qu'un TPathData change.
Utilisez OnChanged pour écrire un gestionnaire afin d'effectuer une action lorsque TPathData change.