FireDAC.Phys.Infx.TFDInfxError

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.ODBCWrapper.TFDODBCNativeErrorFireDAC.Stan.Error.TFDDBErrorSystem.TObjectTFDInfxError
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Phys.Infx.pas
FireDAC.Phys.Infx.hpp
Unit: FireDAC.Phys.Infx
Parent: FireDAC.Phys.Infx

Delphi

TFDInfxError = class(TFDODBCNativeError)

C++

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

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