IBX.IB.IBError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure IBError(ErrMess: TIBClientError; const Args: array of const);

C++

extern DELPHI_PACKAGE void __fastcall IBError(TIBClientError ErrMess, const System::TVarRec *Args, const int Args_High);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IB.pas
IBX.IB.hpp
IBX.IB IBX.IB

Description

Returns the error message for the specified error code.

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