TatScripterWatches Class
Holds a collection of TatScripterWatch objects used for evaluating expressions during script debugging.
Remarks
TatScripterWatches class holds a collection of TatScripterWatch objects which represent watches in an IDE interface. Using a watch you can define its expression and check its value while the script is running/paused. This collection is mostly used from a IDE interface, so you will rarely use it directly.
Syntax
Unit: atScript
TatScripterWatches = class(TOwnedCollection);
Methods
| Name | Description |
|---|---|
| Add | Add method creates and adds a new TatScripterWatch object to the collection. |
| EvaluateAll | Updates the result value of all watches. |
Properties
| Name | Description |
|---|---|
| Items[i] | Provides indexed access to all TatScripterWatch objects in the collection. |