- 3.2.18 -
Compiler Directives
Switch and Parameter Directives
$P: Open String Parameters Switch
Targets: MS-DOS, OS/2, Win32
Compiler directives
Controls the meaning of variable parameters declared using the string keyword.
Syntax:
{$P+} or {$P-}
Default:
{$P+}
Remarks:
If {$P-} defined, variable parameters declared using the string keyword are normal variable parameters.
If {$P+} defined, variable parameters declared using the string keyword are open string parameters.
$OPTREG: Register Optimization Switch
Table of Content
$Q: Overflow Checking Switch
- 3.2.18 -