FireDAC.Comp.Client.TFDCustomCommand.UpdateOptions

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomCommand

Delphi

property UpdateOptions: TFDBottomUpdateOptions read GetUpdateOptions write SetUpdateOptions;

C++

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

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