You are here: Symbol Reference > MtxExprInt Namespace > Classes > VectorInt Record > public > VectorInt.BlockFinish Method
MtxVec VCL
ContentsIndex
PreviousUpNext
VectorInt.BlockFinish Method

Deinitializes block processing before the final block is processed.

Pascal
procedure BlockFinish;

Call this routine before breaking out of a while-loop prematurely. 

 

Vec.BlockInit While not Vec.BlockEnd do Begin If Vec.Min < 0 then //check some condition, if you need to exit begin Vec.BlockFinish; //finish the loop Break; //and break out end; Vec.BlockNext; end
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!