FireDAC.Stan.Option.TFDResourceOptions.StoreVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StoreVersion: Integer read GetStoreVersion write SetStoreVersion

C++

__property int StoreVersion = {read=GetStoreVersion, write=SetStoreVersion, stored=IsSTV, default=-1};

Properties

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

Description

Specifies the format version for the persistent dataset data files or streams.

Use the StoreVersion property to specify the format version for a data file or a stream, where the dataset stores its persistent data. The default value is -1. 

The StoreVersion property is used only to write data. For reading, it uses the version stored in persistent data, so setting StoreVersion for reading purposes does not have any effect.

See Also