Table of Contents

TIDEEngine.DlgAddWatch Method

Calls the Add Watch dialog to add a new watch while debugging. Returns nil if no watch is added, otherwise returns the newly created TatScripterWatch object. There is no need to destroy this object later, the engine takes care of it automatically.

Syntax

Unit: IDEMain

function TIDEEngine.DlgAddWatch: TatScripterWatch;

See also