Table of Contents

TIDEProjectFile.Script Property

Gets or sets the TatScript object associated with this file.

Remarks

Contains a reference to the script object associated with this file. The script object is kept by the scripter component associated with the TIDEEngine which this file belongs to. The engine keeps the file and script object in sync, like for example, the memo content and script source code.

Syntax

Unit: IDEMain

property TIDEProjectFile.Script: TatScript

See also