forked from Embarcadero/OTAPI-Docs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
IOTAProject
chuacw edited this page Feb 7, 2023
·
1 revision
IOTAProject is a module interface for a project. Cast an IOTAModule to IOTAProject using the Supports function, or the as keyword.
Using a project interface, you can obtain information about the modules in a project, get or set the project options, compile the project, add a file to the project, or remove a file from the project.
Up to Parent: IOTAProject160
| Method | Description |
|---|---|
| GetApplicationType | Gets the string that names the type of project in a generic way, independently of the personality. |
| Property | Description |
|---|---|
| ApplicationType | Calls GetApplicationType |