FMX.Graphics.TPathData.OnChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

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


Description

Se produit à chaque fois qu'un TPathData change.

Utilisez OnChanged pour écrire un gestionnaire afin d'effectuer une action lorsque TPathData change.