System.Types.TPoint.X

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

X: FixedInt;

C++

__property LONG X = { read=x,   write=x  };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
field
property
public
System.Types.pas
SystemTypes.h
System.Types TPoint

Beschreibung

Gibt die horizontale Koordinate des TPoint-Objekts an.

Der Typ von TPoint.X ist FixedInt.

Siehe auch