FireDAC.Phys.Infx.TFDInfxError

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.ODBCWrapper.TFDODBCNativeErrorFireDAC.Stan.Error.TFDDBErrorSystem.TObjectTFDInfxError

Delphi

TFDInfxError = class(TFDODBCNativeError)

C++

class PASCALIMPLEMENTATION TFDInfxError : public Firedac::Phys::Odbcwrapper::TFDODBCNativeError

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Phys.Infx.pas
FireDAC.Phys.Infx.hpp
FireDAC.Phys.Infx FireDAC.Phys.Infx

Description

Represents the FireDAC Informix errors, warnings, and messages for the Informix exception class.

The TFDInfxError object is a TFDODBCNativeError descendant that contains the specific information of an Informix error, warning, or message. The entire list of TFDInfxError is included in the Errors property of the EInfxNativeException object.

Use the ISAMError property to obtain the ISAM error code.

See Also