Controls the types of pointer values generated by the @ operator.
Syntax:
{$T+} or {$T-}
Default:
{$T-}
Remarks:
If {$T-} defined, the result type of the @ operator is always an untyped
pointer. Otherwise the type of the result is ^T, where T is compatible only
with other pointers to the type of the variable.