FMX.Types3D.TPosition3D.Y

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Y: Single read FY write SetY stored IsYStored nodefault;

C++

__property float Y = {read=FY, write=SetY, stored=IsYStored};

Propriétés

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

Description

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

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

Voir aussi