TPoint Record

Represents type TPoint.

Namespace: System.Classes
type
 TPoint = record
 end;

The TPoint type exposes the following members.

Show:
 NameDescription
X

Represents field X.

Y

Represents field Y.

Top