forked from Embarcadero/OTAPI-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
IOTAEditorServices70
chuacw edited this page Feb 7, 2023
·
1 revision
Allows a developer access to manipulate most edit options of a file loaded in the RAD Studio IDE.
Up to Parent: IOTAEditorServices60
| Method | Description |
|---|---|
| AddEditOptions | AddEditOptions returns the current IOTAEditOptions with IDString, or adds a new one if none was found. |
| DeleteEditOptions | DeleteEditOptions deletes the IOTAEditOptions with IDString, raising an exception if IDString was not found. |
| GetEditOptions | GetEditOptions returns the IOTAEditOptions associated with the IDString passed in, or nil if none was found. |
| GetEditOptionsCount | GetEditOptionsCount/EditOptionsCount are the count of the IOTAEditOptions. |
| GetEditOptionsForFile | GetEditOptionsForFile returns the IOTAEditOptions for a particular FileName, defaulting to the default options. |
| GetEditOptionsIndex | GetEditOptionsIndex is for iterating through the IOTAEditOptions. |
| Property | Description |
|---|---|
| EditOptionsCount | Calls GetEditOptionsCount. |
| EditorOptions | Calls GetEditorOptions. |