Documents Property (Editor Object)¶
Retrieves the Documents Collection for the currently opened documents. Supported on EmEditor Professional Version 5.00 or later.¶
[JavaScript]¶
docs = editor.Documents;
[VBScript]¶
Set docs = editor.Documents
Version¶