FMX.Types.TPosition.X

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TPosition

Description

Specifies the horizontal coordinate of the object.

Use the X property to receive or to set the horizontal coordinate of the current TPosition object.

See Also


Code Examples