qck.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.
$FORM Metacommand
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Enables access to an external form's controls and properties; must be placed
 before any executable code.
 
    {REM | '} $FORM formname
 
    ■ REM | '     REM or remark character ('); must precede all metacommands
 
    ■ formname    Name of a form
 
 See Also
    Form                             $INCLUDE Metacommand
    Metacommand Summary              REM Statement
    SHOW Method