FireDAC.Comp.Client.TFDInfoReportStatus

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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;

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client

説明

情報レポート状態の種類を示します。


TFDInfoReportStatus は、以下の情報レポート状態の種類を示します。

名前 説明

rsClientError

クライアント エラー

rsSessionError

セッション エラー

rsClientWarning

クライアント警告

rsSessionWarning

セッション警告

関連項目