Pointer to TSize type
Source position: types.pp line 105
type PSize = ^TSize;
PSize is a typed pointer to the TSize type.