RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EVariantArrayLockedError Class

EVariantArrayLockedError is the exception class for errors that occur because a variant array is locked or fixed.

Pascal
EVariantArrayLockedError = class(EVariantError);
C++
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!