FireDAC.Comp.Client.TFDCustomManager.FormatOptions

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

Delphi

property FormatOptions: TFDFormatOptions read GetFormatOptions write SetFormatOptions;

C++

__property Firedac::Stan::Option::TFDFormatOptions* FormatOptions = {read=GetFormatOptions, write=SetFormatOptions};

プロパティ

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

説明

データ形式オプションの "ルート" です。


FormatOptions プロパティは、データ形式オプションの "ルート" インスタンスの参照を返します。これらのオプションは、DBMS データ型からデータセット データ型へのマッピングを制御するものです。

オプション値は、アプリケーション内のすべての TFDCustomConnection で、したがってすべての TFDCustomCommand とデータセットで継承されます。

オプションの取り扱いの詳細については、「オプションの設定」を参照してください。

関連項目