ActiveDocument Property (Editor Object)¶
Retrieves the Document Object for the current document. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
doc = editor.ActiveDocument;
[VBScript]¶
Set doc = editor.ActiveDocument
Version¶