[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 String Type Checking               {$V+}                             pp 315

 Default:   Active

 Scope:     Local

 Active:    {$V+}  Strict type checking is performed.

 Inactive:  {$V-}  Type checking is relaxed.


 ----------------------------------------------------------------------------


 Notes:     The V directive controls type checking on strings passed as VAR
            parameters.  When active, strict type checking is performed.
            The lengths of actual and formal paramters must match.

            When passive, the compiler allows passing of parameters that
            do not match the length of the formal parameter.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson