DECLARE WINDOW 
  

Declares a window name.

SYNTAX

DECLARE WINDOW <WindowName>

Remarks

A window must be declared using this command, if you need to refer to it prior its definition in code, or when you refer to it in a different .prg file from the one it was defined using semi-oop syntax.