FireDAC.Comp.Client.TFDCustomSchemaAdapter.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 TFDCustomSchemaAdapter

Description

Represents the set of options to control and edit the data updating options.

See Also