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

Specifies the text displayed by an exception of type EArgumentOutOfRangeException.

Pascal
sArgumentOutOfRange = 'Argument out of range';
C++
sArgumentOutOfRange = 'Argument out of range';

sArgumentOutOfRange is a string constant used by an exception of type EArgumentOutOfRangeException. To be more specific, sArgumentOutOfRange contains the text "Argument out of range". 

 

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