FireDAC.Stan.Option.TFDResourceOptions.DefaultStoreFolder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultStoreFolder: String read GetDefaultStoreFolder;

C++

__property System::UnicodeString DefaultStoreFolder = {read=GetDefaultStoreFolder};

Properties

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

Description

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