FMX.Types3D.TPosition3D.OnChangeX

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnChangeX: TNotifyEvent read FOnChangeX write FOnChangeX;

C++

__property System::Classes::TNotifyEvent OnChangeX = {read=FOnChangeX, write=FOnChangeX};

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é X est changée.

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

Voir aussi