RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VAR_NOTIMPL Constant

Specifies that the operation is not implemented.

Pascal
VAR_NOTIMPL = HRESULT($80004001);
C++
VAR_NOTIMPL = HRESULT($80004001);

VAR_NOTIMPL is a possible return value of the variant-manipulating functions, specifying that the operation is not implemented. 

 

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