RAD Studio VCL Reference
|
EVariantArrayCreateError is the exception class for failure to create or resize a variant array.
EVariantArrayCreateError = class(EVariantError);
class EVariantArrayCreateError : public EVariantError;
EVariantArrayCreateError is raised when an attempt to create or resize a variant array fails. To raise this exception programmatically, call VarArrayCreateError
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|