IBX.IB.IBError

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

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

Description

Renvoie le message d'erreur correspondant au code d'erreur spécifié.

Utilisez la procédure IBError pour rechercher le message d'erreur correspondant à un code d'erreur spécifié et déclencher une exception EIBClientError.