API:FireDAC.Stan.Option.TFDTopResourceOptions.DefaultStoreFormat

From RAD Studio API Documentation
Jump to: navigation, search

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.

FireDAC.Stan.Option.TFDTopResourceOptions.DefaultStoreFormat inherits from FireDAC.Stan.Option.TFDResourceOptions.DefaultStoreFormat. All content below this line refers to FireDAC.Stan.Option.TFDResourceOptions.DefaultStoreFormat.

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.

See Also