RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varError Constant

Represents a Variant that holds a 32 bit error code.

Pascal
varError = $000A;
C++
varError = 0x000A;

When a Variant is assigned a 32 bit error code, it is set to the varError type.  

Use VarType to determine the variant type. 

 

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