Previous: $P: Open String Parameters Switch To the Table of Content Next: $R: Range-Checking Switch

- 3.2.19 -
Compiler Directives
Switch and Parameter Directives

$Q: Overflow Checking Switch

Targets: MS-DOS, OS/2, Win32


Compiler directives

Controls the generation of overflow checking code.

Syntax:
  {$Q+} or {$Q-}
Default:
  {$Q-}
Remarks: The $Q switch is usually used in conjunction with the $R switch.
Enabling overflow checking slows down your program and makes it larger. We recommend to use {$Q+} only for debugging purposes.


Previous: $P: Open String Parameters Switch To the Table of Content Next: $R: Range-Checking Switch
$P: Open String Parameters Switch Table of Content $R: Range-Checking Switch

- 3.2.19 -