{$TPO+} or {$TPO-}Default:
{$T+}Example:
var a: ^DWORD; begin a := Pointer(0); inc(a); Writeln(Longint(a)); end.The sample above prints 1 if typed operations are disabled ($TPO-}. If typed operations are enabled ($TPO+}, the application prints 4.
$T: Type-Checked Pointers Switch | Table of Content | $V: Var-String Checking Switch |