qp.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
FAR Calls Directive
  Compiler Directives Contents Index                        Back
 
  {$F<+│->}
 
  Description
 
    Switches between two settings that control the call model used
    by the compiler for procedure and function calls between a
    {$F-} {$F+} pair. The default is {$F-}.
 
    {$F+}  Causes the compiler to generate long calls and returns.
           This is true even for calls to and from procedures and
           functions in the same segment. This option is required for
           procedures assigned to procedure variables.
 
    {$F-}  Turns off {$F+}.