RAD Studio VCL Reference
|
EVariantArrayLockedError is the exception class for errors that occur because a variant array is locked or fixed.
EVariantArrayLockedError = class(EVariantError);
class EVariantArrayLockedError : public EVariantError;
EVariantArrayLockedError is raised when an operation on a variant array fails because the array is locked or fixed.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|