API:FireDAC.Comp.Client.TFDManager.UpdateOptions
Delphi
property UpdateOptions: TFDUpdateOptions 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 | TFDManager |
Description
The "root" data updating options. {{#multireplace:FireDAC.Comp.Client.TFDManager.UpdateOptions|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Comp.Client.TFDCustomManager.UpdateOptions|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FireDAC.Comp.Client.TFDCustomManager.UpdateOptions|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
The "root" data updating options.
The UpdateOptions property returns the reference to the "root" instance of the data updating options. These options control how FireDAC posts data changes back to a DB.
The option values are inherited by all TFDCustomConnections and, consequently, by all TFDCustomTableAdapters and datasets in the application.
See Setting Options for more information on working with options.