API:IBX.IBUpdateSQL.TIBUpdateSQL

From RAD Studio API Documentation
Jump to: navigation, search

IBX.IBCustomDataSet.TIBDataSetUpdateObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTIBUpdateSQL

Delphi

TIBUpdateSQL = class(TIBDataSetUpdateObject)

C++

class PASCALIMPLEMENTATION TIBUpdateSQL : public Ibx::Ibcustomdataset::TIBDataSetUpdateObject

Properties

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

Description

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

IBX.IBUpdateSQL.TIBUpdateSQL inherits from IBX.IBCustomDataSet.TIBDataSetUpdateObject. All content below this line refers to IBX.IBCustomDataSet.TIBDataSetUpdateObject.

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.