RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.SafeArrayError Function

Raises an event corresponding to the given safe array operation error code.

Pascal
procedure SafeArrayError(AResult: HRESULT);
C++
SafeArrayError(HRESULT AResult);

Use SafeArrayError to programatically raise an event corresponding to the safe array operation error code given through the AResult parameter. 

 

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