Table of Contents

TatCustomScripter.Watches Property

Holds the collection of watches used for evaluating expressions during script debugging.

Remarks

Watches property holds a collection of current watches for debugging purposes. You can add, edit and delete watches in this collection, specify the expression for each watch and retrieve its result value. This property is mostly used for building debugging IDE's, but you can use it programmatically as well.

Syntax

Unit: atScript

property TatCustomScripter.Watches: TatScripterWatches

See also