Pointer to TRect structure
Source position: types.pp line 91
type PRect = ^TRect;
PRect is a typed pointer to the TRect type.
TRect
Rectangle in a plane