Pointer to TPoint type.
Source position: types.pp line 75
type PPoint = ^TPoint;
PPoint is a typed pointer to the TPoint type.
TPoint
Point in a plane