FireDAC.Stan.Option.TFDTopResourceOptions.DefaultStoreExt
Delphi
property DefaultStoreExt write SetDefaultStoreExt stored IsDSES;
C++
__property DefaultStoreExt = {write=SetDefaultStoreExt, stored=IsDSES, 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 extension for persistent dataset data files.
FireDAC.Stan.Option.TFDTopResourceOptions.DefaultStoreExt inherits from FireDAC.Stan.Option.TFDResourceOptions.DefaultStoreExt. All content below this line refers to FireDAC.Stan.Option.TFDResourceOptions.DefaultStoreExt.
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.