Pointer to TPoint type.
Source position: typshrdh.inc line 93
type PPoint = ^TPoint;
PPoint is a typed pointer to the TPoint type.
TPoint
Point in a plane.