FireDAC.Comp.Client.TFDCustomConnection.UpdateOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpdateOptions: TFDUpdateOptions read GetUpdateOptions write SetUpdateOptions;

C++

__property Firedac::Stan::Option::TFDUpdateOptions* UpdateOptions = {read=GetUpdateOptions, write=SetUpdateOptions};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection

Description

The set of default options to control data updating.

The UpdateOptions property is the set of the default properties that control the data updating by the datasets. These properties will be inherited by the datasets associated with this connection. Also, these properties will inherit their value from the FDManager object's UpdateOptions.

See Also