<OBJECT>.HIDE()

Syntax

<OBJECT>.HIDE()

Description

The <OBJECT>.HIDE() method applies to:

The <OBJECT>.HIDE() method hides the window.

Note : Hiding the Control Panel discards all previously defined variables.

Supported By

Alpha Five Version 5 and Above

Limitations

Desktop applications only.

Example

The following example displays, then hides the Customer Information form window.

dim ptr as P

ptr = form.load("Customer Information")

ptr.show()

ptr.hide()

See Also

Form Functions and Methods, Browse Functions and Methods