forked from Embarcadero/OTAPI-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
IOTAProjectOptionsConfigurations
Chua CheeWee edited this page May 7, 2026
·
3 revisions
Up to Parent: IOTAProjectOptionsConfigurations230
| Method | Description |
|---|---|
| GetActiveMobileDevice | Returns the active mobile device Id on the specified PlatformName. |
| Property | Description |
|---|---|
| ActiveConfiguration | The active build configuration |
| BaseConfiguration | The base build configuration |
| ConfigurationCount | The number of configurations available |
| Configurations[Index: Integer] | Configurations by index |
...
Project: IOTAProject;
LProjectOptions: IOTAProjectOptions;
...
LProjectOptions := Project.ProjectOptions;
var LPOC: IOTAProjectOptionsConfigurations;
if Supports(LProjectOptions, IOTAProjectOptionsConfigurations, LPOC) then
...