FireDAC.Comp.Client.TFDCustomUpdateObject

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDCustomUpdateObject

Delphi

TFDCustomUpdateObject = class(TFDComponent)

C++

class PASCALIMPLEMENTATION TFDCustomUpdateObject : public Firedac::Stan::Intf::TFDComponent

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.

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

See Also