Skip to content

IOTAModule

chuacw edited this page Feb 13, 2023 · 2 revisions

Description

The IOTAModule interace is the key to working with files in the IDE. A module is a set of related files, such as a unit source file, header file, and form description file. By definition, the files that make up a module are open in the IDE, although the open files are not always visible. (For example, the project source file is open when the project is open, but the source file might not be visible.)

The most common way to obtain a module interface is to use IOTAModuleServices.

Projects, type libraries, and project groups are represented by subclasses of IOTAModule, to provide additional, type-specific behavior. Cast a module interface to a derived interface using QueryInterface or the Supports function to discover what kind of module it is.

Hierarchy

Up to Parent: IInterface

Methods

Method Description

Properties

Property Description
There are no properties.

Clone this wiki locally