FireDAC.Stan.Option.TFDResourceOptions.DefaultStoreExt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultStoreExt: String read GetDefaultStoreExt;

C++

__property System::UnicodeString DefaultStoreExt = {read=GetDefaultStoreExt};

Properties

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

Description

Specifies the default extension for persistent dataset data files.

Use the DefaultStoreExt property to specify the default extension for a data file where a persistent dataset stores its data. The default value is an empty string. 

FireDAC uses DefaultStoreExt when the PersistentFileName property value or the AFileName argument of the SaveToFile method does not have a specified extension.

See Also