forked from Embarcadero/OTAPI-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
IOTAProjectBuilder
chuacw edited this page Feb 7, 2023
·
1 revision
IOTAProjectBuilder is an interface for compiling a project, and lets an expert compile or build a project. To obtain a project builder interface, start with a project interface, and use its ProjectBuilder property. A project builder is tied to a specific project, namely, the project used to obtain the project builder.
Up to Parent: IOTAProjectBuilder140
| Method | Description |
|---|---|
| AddCompileNotifier | Call this to register an IOTAProjectCompileNotifier. The result is the index to be used when calling RemoveNotifier. If <0 then an error occurred. |
| RemoveCompileNotifier | Removes the specified notifier (NotifierIndex should be an index returned by a previous call to RemoveCompileNotifier). |
There are no properties.