Visible to Intel only — GUID: GUID-9EE27EEE-024B-493F-8C49-03F553CA4AFD
Visible to Intel only — GUID: GUID-9EE27EEE-024B-493F-8C49-03F553CA4AFD
INQUIRE: IOFOCUS Specifier
The IOFOCUS specifier asks if the indicated unit is the active window in a QuickWin application. This specifier is only available for Windows. It takes the following form:
IOFOCUS = iof
iof |
Is a scalar default logical variable that is assigned one of the following values:
|
If unit '*' is specified, the default is .FALSE.; otherwise, the default is .TRUE..
A value of .TRUE. causes a call to FOCUSQQ immediately before any READ, WRITE, or PRINT statement to that window.
If you use this specifier with a non-Windows application, an error occurs.