TIDEEngine.Scripter Property
Gets or sets the TIDEScripter component used by the engine for all scripting operations.
Remarks
Contains a reference to the TIDEScripter component used by TIDEEngine for all scripting operations. A TIDEEngine component can't do most of its operations without an associated TIDEScripter, regardless if you are building a custom IDE or using the standard one provided by TIDEDialog. The engine uses the scripter component to execute the scripts project, to provide code completion, manage debug watches, perform source code refactoring, among other tasks. The engine manipulates the scripter component when needed, adding or removing scripts, setting source code, etc.. Assigning a TIDEScripter component to this property is the same as associating the Engine property of TIDEScripter to this TIDEEngine.
Syntax
Unit: IDEMain
property TIDEEngine.Scripter: TIDEScripter