forked from Embarcadero/OTAPI-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
IOTAProjectBuilder40
chuacw edited this page Feb 7, 2023
·
1 revision
IOTAProjectBuilder40 is a base interface for compiling a project. IOTAProjectBuilder40 is a base interface of IOTAProjectBuilder. You should use IOTAProjectBuilder to compile projects.
Up to Parent: IUnknown
| Method | Description |
|---|---|
| GetShouldBuild | Returns True if the project is out of date and needs to be built. |
| BuildProject | Returns True if successfully built. If Wait then the compile progress dialog waits for the user press OK. If False, it does not wait if successful. |
| Property | Description |
|---|---|
| ShouldBuild | Calls GetShouldBuild. |