RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VAR_INVALIDARG Constant

Specifies that either one of the arguments is invalid.

Pascal
VAR_INVALIDARG = HRESULT($80070057);
C++
VAR_INVALIDARG = HRESULT($80070057);

VAR_INVALIDARG is a possible return value of the variant-manipulating functions, specifying that either one of the given arguments is invalid. 

 

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