FireDAC.Comp.Client.TFDCustomUpdateObject

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDCustomUpdateObject
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: FireDAC.Comp.Client

Delphi

TFDCustomUpdateObject = class(TFDComponent)

C++

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

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