Object Inquiry Built-in Function
Return whether an object is visible.
(OBJECT_NAME is visible)
OBJECT_NAME
The identifier for an object or region.
Description
Use this function to determine whether an ESL object is currently visible. You must enclose the entire statement in parentheses.
The value returned is the boolean associated with the visible state of the specified object. If the item is visible, the value true is returned; if it is not visible, the value false is returned.
See Also
is enabled Object Inquiry Built-in Function
make invisible and make visible Action Statement
response Definitions