FMX.Types3D.TPosition3D.OnChangeZ

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnChangeZ: TNotifyEvent read FOnChangeZ write FOnChangeZ;

C++

__property System::Classes::TNotifyEvent OnChangeZ = {read=FOnChangeZ, write=FOnChangeZ};

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

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

Voir aussi