forked from Embarcadero/OTAPI-Docs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
IOTAProjectOptionsConfigurations140
chuacw edited this page Feb 7, 2023
·
1 revision
IOTAProjectOptionsConfigurations140 methods and properties.
Up to Parent: IUnknown
| Method | Description |
|---|---|
| GetConfigurationCount | Return the number of configurations in this project. |
| GetConfiguration | Return the index'd configuration in this project. |
| GetActiveConfiguration | Return the active configuration for this project. |
| SetActiveConfiguration | Set the active configuration for this project. |
| GetBaseConfiguration | Return the Base configuration in this project. |
| AddConfiguration | Add a new configuration with the specified name, descending from the specified Parent configuration. Returns the added configuration. |
| RemoveConfiguration | Remove the configuration with the specified Name or Key. |
| Property | Description |
|---|---|
| ConfigurationCount | Calls GetConfigurationCount. |
| Configurations | Calls GetConfiguration with the given Index. |
| ActiveConfiguration | Calls GetActiveConfiguration or SetActiveConfiguration to get or set the active IOTABuildConfiguration. |
| BaseConfiguration | Calls GetBaseConfiguration. |