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
There are no properties.

Example

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

Clone this wiki locally