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
Unloads a VBA project.
Executes a single line VBA statement in the context of this project.
Saves this project into its original file.
Saves this project into a new file.
Returns the name of this project, which is used as an index in the Projects collection.
This event is fired when a project is closed.
This event is fired once a project a loaded.
This event is fired when a project is saved.