Commands used with windowsΒΆ
The following table lists commands that can be executed on a window_id. It is not guaranteed to be fully comprehensive, and does not include the numerous commands that have a mandatory or optional in window_id clause.
Clear values from all the controls in a window |
|
Create a window with its default properties |
|
Destroy a window, freeing the resources allocated to it |
|
Disable a window, so that no objects in it can receive focus |
|
Display every group and top level control in a window |
|
Enable a window, so that objects in it can receive focus |
|
Make a window invisible |
|
Maximise a minimised window |
|
Reduce a window to a taskbar icon |
|
Move a window to a new position |
|
Bring a window to the foreground |
|
Restore a minimised window to its previous size and position |
|
Make a window visible |
RELATED TOPICS |