Break Procedure

Applies to TestComplete 14.40, last modified on April 22, 2021

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