Returns object reference to the currently active document inside the DIOEasy frame.
obDioDocument = Object.ActiveDocument
The ActiveDocument property syntax has the following parts:
Name |
Type |
Description |
Object |
DioApplication |
DioApplication object. |
obDioDocunent |
DioDocument |
DioDocument object. |
When more than one document is open in the DIOEasy environment, the ActiveDocument is the document with the focus. |