FMX.Types3D.TPosition3D.Z

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Z: Single read FZ write SetZ stored IsZStored nodefault;

C++

__property float Z = {read=FZ, write=SetZ, stored=IsZStored};

Propriétés

Type Visibilité  Source Unité  Parent
property published
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TPosition3D

Description

Représente le composant Z de cette position 3D.

La modification de la propriété Z déclenche un événement OnChangeZ, s'il est affecté. Si l'événement OnChangeZ n'est pas affecté, un événement OnChange est déclenché.

Voir aussi