RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ESafeArrayLockedError Class

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

Pascal
ESafeArrayLockedError = class(ESafeArrayError);
C++
class ESafeArrayLockedError : public ESafeArrayError;

ESafeArrayLockedError is raised when an operation on a variant array fails because the array is locked or fixed.  

To raise this exception programmatically, call SafeArrayError with the argument VAR_ARRAYISLOCKED

 

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