IBX.IBCustomDataSet.TIBDataSetUpdateObject

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTIBDataSetUpdateObject

Delphi

TIBDataSetUpdateObject = class(TComponent)

C++

class PASCALIMPLEMENTATION TIBDataSetUpdateObject : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet IBX.IBCustomDataSet

Description

TIBDataSetUpdateObject is the abstract base class for update objects used to update otherwise unupdateable queries when cached updates are enabled.

Use TIBDataSetUpdateObject as a base class when creating customized update objects that can be used to update datasets. TIBDataSetUpdateObject declares a single property and some abstract methods, but provides no implementation details: these must be provided by descendant objects.