RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VAR_BADINDEX Constant

Indicates that the given index is out of range.

Pascal
VAR_BADINDEX = HRESULT($8002000B);
C++
VAR_BADINDEX = HRESULT($8002000B);

VAR_BADINDEX is a possible return value of the variant-manipulating functions, specifying that the given index is out of range. 

 

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