forked from Embarcadero/OTAPI-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
IOTAModuleServices
Chua CheeWee edited this page May 7, 2026
·
2 revisions
Provides access to open files.
Up to Parent: IInterface
| Method | Description |
|---|
| Property | Description |
|---|---|
| There are no properties. |
...
FModSvcs: IOTAModuleServices;
...
if not Assigned(FModSvcs) then
FModSvcs := BorlandIDEServices as IOTAModuleServices;
var LModule := FModSvcs.FindModule(AFileName);