SET WINDOW THIS TO
  

This command added for managing of the 'This' property at runtime

SYNTAX

SET WINDOW THIS TO [<FormName>]

EXAMPLES:

            Set Window This To "Form_1"  // set a new 'This' property
            This.
Browse_1.ColumnsAutoFit()
            This.Center()
            This.Activate()