System.Types.TPointF.X
From RAD Studio API Documentation
Delphi
X: Single;
C++
__property float X = { read=x, write=x };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
field property |
public | System.Types.pas SystemTypes.h |
System.Types | TPointF |
Description
Specifies the horizontal coordinate of the TPoint object.
The type of X is Single.