Previous Next

ACTIVE-WINDOW system handle
A handle to the last ABL application window to receive an ENTRY event. You cannot set the ACTIVE-WINDOW handle, but you can read and write values for the attributes of the ACTIVE-WINDOW.
Syntax 
 
ACTIVE-WINDOW [ :attribute ]
attribute
An attribute of the ACTIVE-WINDOW.
Attributes
The ACTIVE-WINDOW handle has all the attributes of a window widget.
Notes 
*
In a character interface, the ACTIVE-WINDOW, CURRENT-WINDOW, and DEFAULT-WINDOW handles return the handle of the static window for the current ABL session.
*
*
The ACTIVE-WINDOW handle monitors the active window in the ABL session only. It does not monitor the active window for the window system. Accessing a non‑ABL window does not affect the state of the ACTIVE-WINDOW handle.
*
*
See also 
CURRENT-WINDOW system handle, DEFAULT-WINDOW system handle

Previous Next
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates.