Purpose
Returns object reference to the currently active window inside the DIOEasy frame.
Syntax
obDioWindow = Object.ActiveDocument
The ActiveWindow property syntax has the following parts:
Name |
Type |
Description |
Object |
DioApplication |
DioApplication object. |
obDioWindow |
DioWindow |
DioDocument object. |
Comments
When more than one window is open in the IOEasy environment, the ActiveWindow property is the window with the focus. If the main window has the focus, ActiveWindow returns Nothing. |
See Also