FireDAC.Stan.Option.TFDResourceOptions.DefaultStoreFormat

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

Delphi

property DefaultStoreFormat: TFDStorageFormat read GetDefaultStoreFormat;

C++

__property Firedac::Stan::Intf::TFDStorageFormat DefaultStoreFormat = {read=GetDefaultStoreFormat, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDResourceOptions

説明

永続データセットのデータ ファイルに対するデフォルト形式を示します。

DefaultStoreFormat プロパティを使用すると、永続データセットがデータを格納する、データ ファイルのデフォルト形式を指定することができます。 デフォルト値は、sfBinary です。

FireDAC が DefaultStoreFormat を使用するのは、PersistentFileName プロパティ値または SaveToFile メソッドの AFileName 引数が、指定された拡張子を持っておらず、DefaultStoreExt プロパティ値が空だった場合です。

関連項目