FireDAC.Stan.Option.TFDTopResourceOptions.DefaultStoreFolder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultStoreFolder: string read GetDefaultStoreFolder write SetDefaultStoreFolder stored IsDSFS default 0;

C++

__property DefaultStoreFolder = {write=SetDefaultStoreFolder, stored=IsDSFS, 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 folder for the persistent dataset data files.

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

Specifies the default folder for the persistent dataset data files.

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

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

See Also