FireDAC.Phys.Infx.EInfxNativeException.Errors

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Phys.Infx.pas
FireDAC.Phys.Infx.hpp
Unit: FireDAC.Phys.Infx
Parent: EInfxNativeException

Delphi

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

C++

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

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