Table of Contents

TatCustomScripter.Scripts Property

Holds the collection of all scripts managed by this scripter component.

Remarks

Scripts property holds a collection of existing scripts in the scripter component. A scripter can hold one or more scripts, each of them can be individually compiled and executed (one at time) and each one holds script information like source code, variables, routines, etc.. A script is analog to a unit in a Delphi project.

Syntax

Unit: atScript

property TatCustomScripter.Scripts: TatScripts

See also