ActiveDocument Property (DioApplication)

Purpose

Returns object reference to the currently active document inside the DIOEasy frame.

Syntax

obDioDocument = Object.ActiveDocument

 

The ActiveDocument property syntax has the following parts:

Name
Type
Description
Object
DioApplication
DioApplication object.
obDioDocunent
DioDocument
DioDocument object.

 

Comments

When more than one document is open in the DIOEasy environment, the ActiveDocument is the document with the focus.

 

See Also

Arrange, Visible, WindowStyle, DioDocuments