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