RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VAR_EXCEPTION Constant

Specifies that the application raised an exception.

Pascal
VAR_EXCEPTION = HRESULT($80020009);
C++
VAR_EXCEPTION = HRESULT($80020009);

VAR_EXCEPTION is a possible return value of the variant-manipulating functions, specifying that the application raised an exception during the execution of the function. 

 

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