API:IBX.IBStoredProc.TIBStoredProc

From RAD Studio API Documentation
Jump to: navigation, search

IBX.IBCustomDataSet.TIBCustomDataSetData.DB.TDataSetSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTIBStoredProc

Delphi

TIBStoredProc = class(TIBCustomDataSet)

C++

class PASCALIMPLEMENTATION TIBStoredProc : public Ibx::Ibcustomdataset::TIBCustomDataSet

Properties

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

Description

TIBCustomDataSet is the base class for all datasets that represent data fetched using InterBase Express.

IBX.IBStoredProc.TIBStoredProc inherits from IBX.IBCustomDataSet.TIBCustomDataSet. All content below this line refers to IBX.IBCustomDataSet.TIBCustomDataSet.

TIBCustomDataSet is the base class for all datasets that represent data fetched using InterBase Express.

TIBCustomDataSet is a dataset object that defines InterBase Express (IBX) functionality for a dataset. Applications never use TIBCustomDataSet objects directly. Instead they use the descendants of TIBCustomDataSet, such as TIBDataSet, TIBQuery, TIBStoredProc, and TIBTable, which inherit its dataset-related properties and methods.

See Also