forked from Embarcadero/OTAPI-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
IOTAPackageServices140
chuacw edited this page Feb 7, 2023
·
1 revision
IOTAPackageServices is an interface to retrieve the names of installed packages and components.
Use IOTAPackageServices to retrieve the names of all the installed packages and their components. The Tools API does not support any interfaces for obtaining additional information about the installed components.
Use the BorlandIDEServices variable to obtain the IOTAPackageServices object by calling the Supports function, or the as keyword.
Up to Parent: IInterface
| Method | Description |
|---|---|
| GetComponentCount | Returns the number of components registered by this package index. |
| GetComponentName | Returns the component name of the package index. |
| GetPackageCount | Returns the number of loaded packages. |
| GetPackageName | Returns the name of the loaded package. |
| Property | Description |
|---|---|
| ComponentCount | Calls GetComponentCount. |
| ComponentNames | Calls GetComponentNames. |
| PackageCount | Calls GetPackageCount. |
| PackageNames | Calls GetPackageNames. |