System.Types.TPoint.X
Delphi
X: FixedInt;
C++
__property LONG X = { read=x,   write=x  };
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
field property  | 
		public | System.Types.pas SystemTypes.h  | 
        System.Types | TPoint | 
Description
Spécifie la coordonnée horizontale de l'objet TPoint.
Le type de TPoint.X est FixedInt.