ResultGrid.Format.Window
Top  Previous  Next


Use this command after a ResultGrid command to set grid window position and size

ResultGrid.Format.Window Xpos; Ypos; Width; Height

Xpos
X screen position of ResultGrid window, 0=no change  

Ypos
Y screen position of ResultGrid window, 0=no change  

Width
Width of ResultGrid window, 0=no change, screen=screen width  

Height
Height of ResultGrid window, 0=no change, screen=screen height  

Example
Set grid window size to screen size

ResultGrid.Format.Window 1;1;screen;screen