RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VAR_TYPEMISMATCH Constant

Specifies that the argument cannot be cast to the specified type.

Pascal
VAR_TYPEMISMATCH = HRESULT($80020005);
C++
VAR_TYPEMISMATCH = HRESULT($80020005);

VAR_TYPEMISMATCH is a possible return value of the variant-manipulating functions, specifying that the given argument cannot be cast to the specified type. 

 

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