RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ESafeArrayCreateError Class

ESafeArrayCreateError is the exception class for failing to create a variant array.

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

ESafeArrayCreateError is raised when an attempt to create a variant array fails. 

 

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