forked from Embarcadero/OTAPI-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
IOTAEditBuffer
chuacw edited this page Feb 7, 2023
·
1 revision
IOTAEditBuffer is an interface for the source editor’s internal buffer. IOTAEditBuffer is the interface to the source editor’s internal edit buffer for a file. Every file in the source editor has an edit buffer. If multiple views are open on the same file, all the view share a common edit buffer.
You can obtain an edit buffer by casting a source editor with the Supports function, or the as keyword.
Up to Parent: IOTAEditBuffer60
| Method | Description |
|---|---|
| GetEditOptions | GetEditOptions returns the edit options for this current edit buffer. |
| Properties | Description |
|---|---|
| EditOptions | Calls GetEditOptions |