Commands used with window objects

The majority of the commands in this table can be executed on most types of window object. Where this is not the case, the objects relevant to the command are listed.

clear

Clear an object’s values

close

Close a menu, making it and all its items invisible, or close a listbox’s dropdown list

create

Create an object with its default properties

destroy

Destroy an object, freeing the resources allocated to it

disable

Disable an object, so that it can not receive input focus or be selected

display

Display the current value of an object

enable

Enable an object, so that it can receive input focus

hide

Make an object invisible

move

Move an object to a new position

open

Open a menu, making it visible and its enabled items available for selection, or open a listbox’s dropdown list

raise

Raise an object to the top

scroll

Scroll a listbox or table vertically so that a specified row is on the top line

setfocus

Specify a control to receive input focus upon return from a dialog event function

show

Make an object visible


RELATED TOPICS

Windows

Commands used with windows