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

Clear values from all the controls in a window

create

Create a window with its default properties

destroy

Destroy a window, freeing the resources allocated to it

disable

Disable a window, so that no objects in it can receive focus

display

Display every group and top level control in a window

enable

Enable a window, so that objects in it can receive focus

hide

Make a window invisible

maximise

Maximise a minimised window

minimise

Reduce a window to a taskbar icon

move

Move a window to a new position

raise

Bring a window to the foreground

restore

Restore a minimised window to its previous size and position

show

Make a window visible


RELATED TOPICS

Windows