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