FMX.Types3D.TPosition3D.OnChangeY

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnChangeY: TNotifyEvent read FOnChangeY write FOnChangeY;

C++

__property System::Classes::TNotifyEvent OnChangeY = {read=FOnChangeY, write=FOnChangeY};

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

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

Voir aussi