<OBJECT>.MAXIMIZE()

Syntax

<OBJECT>.MAXIMIZE()

Description

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

The <OBJECT>.MAXIMIZE() method causes a window to fill the screen. If the window is hidden, the .MAXIMIZE() method will display it.

Supported By

Alpha Five Version 5 and Above

Limitations

Desktop applications only.

Example

The following example loads, displays, and maximizes the Customer Information form window.

dim ptr as P

ptr = form.load("Customer Information")

ptr.show()

ptr.maximize()

See Also

Window Functions and Methods, <FORM>.WINDOW_POSITION(), Setting Form Properties