-
Notifications
You must be signed in to change notification settings - Fork 0
IOTAModule
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.
Up to Parent: IInterface
| Method | Description |
|---|
| Property | Description |
|---|---|
| There are no properties. |