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