FireDAC.Comp.Client.TFDCustomCommand.UpdateOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpdateOptions: TFDBottomUpdateOptions read GetUpdateOptions write SetUpdateOptions;

C++

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

Properties

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

Description

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