FMX.Types.TPosition.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.Types.pas
FMX.Types.hpp
FMX.Types TPosition

Description

Se produit à chaque fois qu'un objet TPosition change.

Ecrivez un gestionnaire d'événements OnChange pour effectuer des actions spécifiques quand l'objet TPosition change.

Voir aussi