Table of Contents

TatScripterWatch.LastResult Property

Gets or sets the calculated value from the most recent evaluation of this watch.

Remarks

LastResult contains the calculated value of the watch for the last evaluation. If no evaluation was done before, WatchStatus is wsNotEvaluated and LastResult will hold an invalid value. To update the value of LastResult, call Evaluate method.

Syntax

Unit: atScript

property TatScripterWatch.LastResult: Variant

See also