System.Types.TPoint.Y

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Y: FixedInt;

C++

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

Properties

Type Visibility Source Unit Parent
field
property
public
System.Types.pas
SystemTypes.h
System.Types TPoint

Description

Specifies the vertical coordinate of the TPoint object.

The type of TPoint.Y is FixedInt.

See Also