RAD Studio VCL Reference
|
EVariantInvalidArgError is the exception class for operations that fail due to invalid variant data.
EVariantInvalidArgError = class(EVariantError);
class EVariantInvalidArgError : public EVariantError;
EVariantInvalidArgError is raised when a variant operation fails because it was passed an inappropriate value.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|