FireDAC.Comp.Client.TFDInfoReportStatus
[–] Properties | |
---|---|
Type: set typedef
| |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: FireDAC.Comp.Client |
Delphi
TFDInfoReportStatus = set of TFDInfoReportStatusItem;
C++
typedef System::Set<TFDInfoReportStatusItem, TFDInfoReportStatusItem::rsClientError, TFDInfoReportStatusItem::rsSessionWarning> TFDInfoReportStatus;
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 |