Object Inquiry Built-in Function
Return whether an object is maximized.
(OBJECT_NAME is maximized)
OBJECT_NAME
The identifier for an object or region.
Description
Use this function to determine whether an ESL region or object is currently maximized. You must enclose the entire statement in parentheses.
The value returned is the boolean associated with the maximized state of the specified object. If the item is maximized, the value true is returned; if it is not maximized, the value false is returned.
If you use this function for an object such as a dialog control (which cannot be minimized or maximized), then the function returns false.
See Also
is minimized Object Inquiry Built-in Function
is restored Object Inquiry Built-in Function
make OBJECT maximize Action Statement
make OBJECT minimize Action Statement
make OBJECT restore Action Statement
response Definitions