FireDAC.Phys.Infx.EInfxNativeException.Errors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Errors[Index: Integer]: TFDInfxError read GetErrors; default;

C++

__property TFDInfxError* Errors[int Index] = {read=GetErrors/*, default*/};

Properties

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

Description

Returns an error item from the Informix error, warning or message collection.

Use the Errors property to read TFDInfxError objects.

Each object corresponds to an error, warning, or message returned by the FireDAC Informix driver. Use 0-based indexes to access the error items.

See Also