RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VAR_BADVARTYPE Constant

Specifies that the variant type of the input parameter is invalid.

Pascal
VAR_BADVARTYPE = HRESULT($80020008);
C++
VAR_BADVARTYPE = HRESULT($80020008);

VAR_BADVARTYPE is used to specify that the variant type of a routine's input parameter is invalid. 

 

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