API:FireDAC.Comp.Client.TFDUpdateSQL

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.Client.TFDCustomUpdateObjectFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDUpdateSQL

Delphi

TFDUpdateSQL = class(TFDCustomUpdateObject)

C++

class PASCALIMPLEMENTATION TFDUpdateSQL : public TFDCustomUpdateObject

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client

Description

This is the base class for update objects used to override updates posting.

FireDAC.Comp.Client.TFDUpdateSQL inherits from FireDAC.Comp.Client.TFDCustomUpdateObject. All content below this line refers to FireDAC.Comp.Client.TFDCustomUpdateObject.

This is the base class for update objects used to override updates posting.

Use TFDCustomUpdateObject as a base class when creating customized update objects that apply updates to a database.

See Also