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