DECLARE WINDOW Command

 

Declares that a Window is referenced in a source code file that is defined elsewhere

 

 

Description:

 

This command declares that a Window is referenced within a source code file prior to it being defined later in the same source code file or that a Window is referenced within a source code file that is defined in a different source code file

 

Syntax:

 

    DECLARE WINDOW <FormName>

 

Valid For Use With:

 

This command should be used when any source code file references any type of Window that is defined later in the source code file or in a different source code file

 

Notes:

  1. This command is usually issued where it is required (as described above) at the top of the source code file immediately after any other files are included. For example, after #include <hmg.ch> is declared

  2. The original version of the help file for this item can be viewed here