Description

This class is used to control an IQ project (*.iqp) once loaded in memory.

Remarks

This class only exposes IQL related project properties and methods, see the McApplication.VBE property for advanced VBA project features and VBA IDE automation.

Members

Methods
Close

Unloads a VBA project.

CreateClassInstancemethod CreateClassInstance
ExecuteLine

Executes a single line VBA statement in the context of this project.

Save

Saves this project into its original file.

SaveAs

Saves this project into a new file.


Properties
NameRead-write property

Returns the name of this project, which is used as an index in the Projects collection.


Events
Close

This event is fired when a project is closed.

Open

This event is fired once a project a loaded.

Save

This event is fired when a project is saved.