CetusLink Keyword Code Reference

Window
-------

Windows serve as containers for the other controls. In keyword code, they are used to display backgrounds and separate keywords from other windows. A window has six properties:

Height		Twips from the top to the bottom of the object.			Number
Width		Twips from the left edge to the right edge of the object.	Number
Visible		Defines whether the object is visible or not.			Two-State Number
Caption		Defines the title shown at the top of the window.		String
Background	Specifies the path to an image to use as the background of	String
		the Window.

Events:
OnClick		Defines what function is executed when the user clicks
		the object.