Controls type-checking on strings passed as variable parameters.
Syntax:
{$V+} or {$V-}
Default:
{$V+}
Remarks:
If {$V+} defined, strict type-checking is performed, requiring the formal
and actual parameters to be of identical string types. Otherwise any
string-type variable is allowed as an actual parameter, even if the declared
maximum length is not the same as that of the formal parameter.