Show: Delphi
C++
Display Preferences
FMX.Types.TPosition.Y
From XE2 API Documentation
Delphi
property Y: Single read FY write SetY stored False;
C++
__property float Y = {read=FY, write=SetY, stored=false};
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TPosition |
Description
Specifies the vertical coordinate of the object.
Use the Y property to receive or to set the vertical coordinate of the current TPosition object.
See Also