Skip to content

IOTAModuleServices

Chua CheeWee edited this page May 7, 2026 · 2 revisions

Description

Provides access to open files.

Hierarchy

Up to Parent: IInterface

Methods

Method Description

Properties

Property Description
There are no properties.

Example

...
FModSvcs: IOTAModuleServices;
...

  if not Assigned(FModSvcs) then
    FModSvcs := BorlandIDEServices as IOTAModuleServices;
  var LModule := FModSvcs.FindModule(AFileName);

Clone this wiki locally