FireDAC.Stan.Option.TFDCustomOptions.Version

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Version: Longword read FVersion;

C++

__property unsigned Version = {read=FVersion, nodefault};

Properties

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

Description

Represents the current options version.

Use the Version property to determine if an option value changes or not. If an option changed, you can decide by code to re-prepare a query object or re-execute it.

The property value is growing sequentially, but the step can be greater than one.

See Also