RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VAR_PARAMNOTFOUND Constant

Indicates that there is no correspondence between the parameter DISPIDs and a parameter of the method.

Pascal
VAR_PARAMNOTFOUND = HRESULT($80020004);
C++
VAR_PARAMNOTFOUND = HRESULT($80020004);

VAR_PARAMNOTFOUND indicates that there is no correspondence between the parameter DISPIDs and a parameter of the method. 

 

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