System.Types.TPoint.Y

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

Y: FixedInt;

C++

__property LONG Y = { read=y,   write=y  };

Eigenschaften

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

Beschreibung

Gibt die vertikale Koordinate des TPoint-Objekts an.

Der Typ von TPoint.Y ist FixedInt.

Siehe auch