RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IB.IBError Function

Returns the error message for the specified error code.

Pascal
procedure IBError(ErrMess: TIBClientError; const Args: array of const);
C++
IBError(TIBClientError ErrMess, const array of const Args);

Use the IBError procedure to look up the appropriate error message for a specified error code and raise an EIBClientError exception. 

 

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