FireDAC.Stan.Option.TFDBottomUpdateOptions

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Stan.Option.TFDUpdateOptionsFireDAC.Stan.Option.TFDCustomOptionsSystem.Classes.TPersistentSystem.TObjectTFDBottomUpdateOptions

Delphi

TFDBottomUpdateOptions = class(TFDUpdateOptions)

C++

class PASCALIMPLEMENTATION TFDBottomUpdateOptions : public TFDUpdateOptions

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 for controlling dataset editing and updates posting.

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

TFDBottomUpdateOptions is the terminal class in the update options classes hierarchy. The TFDDataSet and DApt Layer adapters use TFDBottomUpdateOptions.

See Also