FMX.Types3D.TPosition3D.X

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property X: Single read FX write SetX stored IsXStored nodefault;

C++

__property float X = {read=FX, write=SetX, stored=IsXStored};

Propriétés

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

Description

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

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

Voir aussi