DECLARE WINDOW
Declares a Window Name
DECLARE WINDOW <WindowName>
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.