FMX.Types3D.TPosition3D.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.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TPosition3D

Description

Se produit quand la propriété Point est changée.

Ecrivez un gestionnaire d'événements pour OnChange afin de spécifier ce qui arrive quand la propriété Point est changée.

L'événement OnChange peut être déclenché également si un composant de cette position 3D (X, Y ou Z) est modifié et qu'il n'existe aucun gestionnaire d'événements spécifique pour ce composant (respectivement OnChangeX, OnChangeY et OnChangeZ).

Remarque : La modification de la propriété Vector déclenche également un événement OnChange, en raison de la modification implicite de la propriété Point.

Voir aussi