FireDAC.Stan.Option.TFDUpdateOptions

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Stan.Option.TFDCustomOptionsSystem.Classes.TPersistentSystem.TObjectTFDUpdateOptions

Delphi

TFDUpdateOptions = class (TFDCustomOptions)

C++

class PASCALIMPLEMENTATION TFDUpdateOptions : public TFDCustomOptions

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option FireDAC.Stan.Option

Description

The set of options controlling dataset editing and updates posting.

The TFDUpdateOptions class represents the set of properties controlling how FireDAC datasets and DApt Layer adapt interfaces:

TFDUpdateOptions is an intermediate class in the update options classes hierarchy. The TFDCustomManager and TFDCustomConnection classes use TFDUpdateOptions. TFDCustomCommand, TFDDataSet and adapters use TFDBottomUpdateOptions.

See Also