forked from Embarcadero/OTAPI-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
IOTAEditorServices
chuacw edited this page Feb 7, 2023
·
1 revision
Provides access to source code editor and its internal buffers.
The editor services interface is the main gateway to the source editor and its internal buffers. Use the editor services to obtain an iterator for all of the editor’s buffers, to obtain the currently active buffer or its edit view, or to get the editor options.
Up to Parent: IOTAEditorServices80
| Method | Description |
|---|---|
| GetEditOptionsIDString | Gets the IDString for the given FileName. You can then use the IDString in a call to GetEditOptions. |
| Property | Description |
|---|---|
| There are no properties. |