FireDAC.Stan.Option.TFDTopResourceOptions.DefaultStoreFormat
Delphi
property DefaultStoreFormat: TFDStorageFormat read GetDefaultStoreFormat write SetDefaultStoreFormat stored IsDSTS default 0;
C++
__property DefaultStoreFormat = {write=SetDefaultStoreFormat, stored=IsDSTS, default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FireDAC.Stan.Option.pas FireDAC.Stan.Option.hpp |
FireDAC.Stan.Option | TFDTopResourceOptions |
Description
Specifies the default format for the persistent dataset data files. {{#multireplace:FireDAC.Stan.Option.TFDTopResourceOptions.DefaultStoreFormat|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Stan.Option.TFDResourceOptions.DefaultStoreFormat|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FireDAC.Stan.Option.TFDResourceOptions.DefaultStoreFormat|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Specifies the default format for the persistent dataset data files.
Use the DefaultStoreFormat property to specify the default format for the data file where a dataset stores its persistent data. The default value is sfBinary.
FireDAC uses DefaultStoreFormat when the PersistentFileName property value or the AFileName argument of the SaveToFile method does not have a specified extension and the DefaultStoreExt property value is empty.