FireDAC.Stan.Option.TFDResourceOptions.DefaultStoreFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultStoreFormat: TFDStorageFormat read GetDefaultStoreFormat;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDResourceOptions

Description

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