RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Generics.Collections.sErrorCantModifyWhileIterating Constant

Specifies the text displayed by an exception of type EArgumentOutOfRangeException.

Pascal
sErrorCantModifyWhileIterating = 'Cannot modify a collection while iterating';
C++
sErrorCantModifyWhileIterating = 'Cannot modify a collection while iterating';

sErrorCantModifyWhileIterating is a string constant used by an exception inside the container classes. To be more specific, sArgumentOutOfRange contains the text "Cannot modify a collection while iterating". 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!