FMX.Types3D.TPosition3D.Y

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Represents the Y component of this 3D position.

Modifying the Y property triggers an OnChangeY event, if there is one assigned. If there is no OnChangeY event assigned, an OnChange event is triggered.

See Also