Table of Contents

TatScriptBreaks.FindByLine Method

Retrieves the TatScriptBreak object related to the breakpoint set at the line specified by ALine. If no breakpoint is set at that line, FindByLine returns nil.

Syntax

Unit: atScript

function TatScriptBreaks.FindByLine(ALine: Integer): TatScriptBreak;

Parameters

<-> Parameter Type Description
ALine Integer

See also