Previous: $S: Stack-Overflow Checking Switch To the Table of Content Next: $TPO: Typed Inc/Dec Operations Switch

- 3.2.23 -
Compiler Directives
Switch and Parameter Directives

$T: Type-Checked Pointers Switch

Targets: MS-DOS, OS/2, Win32


Compiler directives

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.


Previous: $S: Stack-Overflow Checking Switch To the Table of Content Next: $TPO: Typed Inc/Dec Operations Switch
$S: Stack-Overflow Checking Switch Table of Content $TPO: Typed Inc/Dec Operations Switch

- 3.2.23 -