FireDAC.Stan.Option.TFDBottomResourceOptions.PersistentFileName
Delphi
property PersistentFileName: string read FPersistentFileName
C++
__property System::UnicodeString PersistentFileName = {read=FPersistentFileName, write=FPersistentFileName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Stan.Option.pas FireDAC.Stan.Option.hpp |
FireDAC.Stan.Option | TFDBottomResourceOptions |
Description
Specifies a persistent dataset file name.
Use PersistentFileName to specify a persistent dataset file name. The dataset saves/loads its content if the Persistent property is set to True.
If PersistentFileName does not include an extension, DefaultStoreExt is used as an extension. If DefaultStoreExt is empty, an extension is evaluated from DefaultStoreFormat.
If PersistentFileName does not include a folder, DefaultStoreFolder is used as a folder.
The name can include path variables.