Table of Contents

TIDEScripter Class

TatScripter descendant with extra functionality for smooth integration with the Scripter Studio IDE.

Remarks

TIDEScripter is a TatScripter descendant with extra functionality that allows smooth integration with the Scripter Studio IDE. Only TIDEScripter components can be used together with the IDE, TatScripter doesn't offer that functionality. TIDEScripter can be safely used as a replacement for TatScripter even for non-IDE purposes. No overhead is added. The only different is that TIDEScripter introduces a new Engine property which allows you to associate the scripter component to the IDE, so all the integration between IDE members can be done by Engine. If you don't set Engine property, TIDEScripter works pretty much like the TatScripter.

Syntax

Unit: IDEMain

TIDEScripter = class(TatScripter);

Properties

Name Description
Engine Points to the TIDEEngine component that the TIDEScripter will communicate with.