FireDAC.Comp.Client.TFDInfoReportStatus
Delphi
type TFDInfoReportStatus = set of (rsClientError, rsSessionError, rsClientWarning, rsSessionWarning);
C++
typedef System::Set<Firedac_Comp_Client__3, Firedac_Comp_Client__3::rsClientError, Firedac_Comp_Client__3::rsSessionWarning> TFDInfoReportStatus;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
set typedef |
public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | FireDAC.Comp.Client |
Description
Specifies the type for Info Report Status.
TFDInfoReportStatus specifies the following Info Report Status types:
| Name | Description |
|---|---|
|
|
Client error |
|
|
Session error |
|
|
Client warning |
|
|
Session warning |