System.Types.TPoint.X

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

X: FixedInt;

C++

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

Properties

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

Description

Specifies the horizontal coordinate of the TPoint object.

The type of TPoint.X is FixedInt.

See Also