Skip to content

IOTAProjectOptionsConfigurations

Chua CheeWee edited this page May 7, 2026 · 3 revisions

Description

Hierarchy

Up to Parent: IOTAProjectOptionsConfigurations230

Methods

Method Description
GetActiveMobileDevice Returns the active mobile device Id on the specified PlatformName.

Properties

Property Description
ActiveConfiguration The active build configuration
BaseConfiguration The base build configuration
ConfigurationCount The number of configurations available
Configurations[Index: Integer] Configurations by index

Example

...
  Project: IOTAProject;
  LProjectOptions: IOTAProjectOptions;
...
      LProjectOptions := Project.ProjectOptions;
      var LPOC: IOTAProjectOptionsConfigurations;
      if Supports(LProjectOptions, IOTAProjectOptionsConfigurations, LPOC) then
...      

Clone this wiki locally