Table of Contents

TIDEWatchListView.DlgAddWatch Method

Opens a dialog for the end-user to add a new debug watch. Returns the created TatScripterWatch, or nil if canceled.

Remarks

Displays a dialog for the end-user to add a new watch in the IDE. If the end-user confirms the watch creation, the function returns a TatScripterWatch object that is associated with the new watch. If the add watch dialog is canceled, this function returns nil.

Syntax

Unit: IDEMain

function TIDEWatchListView.DlgAddWatch: TatScripterWatch;

See also