Show: Delphi
C++
Display Preferences
IB.EIBClientError
From XE2 API Documentation
Delphi
EIBClientError = class(EIBError);
C++
class PASCALIMPLEMENTATION EIBClientError : public EIBError
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | IB.pas IB.hpp |
IB | IB |
Description
EIBClientError represents a client-specific error in an InterBase Express application.
Use EIBClientError to raise an exception for client-specific errors. It is raised when an application tries to use a component improperly. For example, an EIBClientError is raised when a component can't access the database because it does not have an IBDatabase component specified, attempts to edit a read-only dataset, tries to execute an empty query, and so on.