TIDEEngine.RunScript Method
Executes a script in the project according to the specified RunMode.
Remarks
Executes a script in the project according to RunMode option. If RunMode is rmMainUnit, then the main unit of project is executed. If RunMode is rmActiveUnit, then the active unit is executed
Syntax
Unit: IDEMain
procedure TIDEEngine.RunScript(RunMode: TIDERunMode = TIDERunMode.rmMainUnit);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| RunMode | TIDERunMode | Optional: Default value is TIDERunMode.rmMainUnit |