API:FireDAC.Comp.Client.TFDCommand.UpdateOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpdateOptions: TFDBottomUpdateOptions read GetUpdateOptions write SetUpdateOptions;

C++

__property UpdateOptions;

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCommand

Description

The set of options to control the updates' posting.

FireDAC.Comp.Client.TFDCommand.UpdateOptions inherits from FireDAC.Comp.Client.TFDCustomCommand.UpdateOptions. All content below this line refers to FireDAC.Comp.Client.TFDCustomCommand.UpdateOptions.

The set of options to control the updates' posting.

The UpdateOptions property represents the set of properties, controlling the posting of updates. These properties inherit the values from UpdateOptions of a connection object.

See Also