Break Procedure

Applies to TestComplete 15.45, last modified on December 01, 2022

The Break procedure exits the for, while, or repeat statement.

Declaration

Break()
Result     None  

Description

Exits the for, while and repeat loops. Break should be within any of these statements. Otherwise, an error occurs.

See Also

DelphiScript - List of Supported Routines and Variables
Continue
Exit
Halt

Highlight search results