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

- 3.2.23. -
Table of Contents>
3. Compiler Directives
3.2. Switch and Parameter Directives
3.2.23. $T: Type-Checked Pointers Switch


3.2.23. $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: 3.2.22. $S: Stack-Overflow Checking Switch To the Table of Contents Next: 3.2.24. $TPO: Typed Inc/Dec Operations Switch
3.2.22. $S: Stack-Overflow Checking Switch Table of Contents 3.2.24. $TPO: Typed Inc/Dec Operations Switch

- 3.2.23. -