forked from Embarcadero/OTAPI-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
IOTAOptions
chuacw edited this page Feb 7, 2023
·
1 revision
IOTAOptions is a base interface for environment and project options. Options are stored as a list of option names, types, and values. Most options are integers, enumerated literals, or strings. Some are string lists, in which case the type is tkClass, and the value is a TStringList pointer. Editor, search, and replace options do not use IOTAOptions.
Up to Parent: IUnknown
| Method | Description |
|---|---|
| EditOptions | Opens the options dialog. |
| GetOptionValue | Get the value of the named option. |
| SetOptionValue | Set the value of the named option. |
| GetOptionNames | Get the list of available options for this option structure. |
| Property | Description |
|---|---|
| Values | Calls GetOptionValue. |