Show: Delphi C++
Display Preferences

IBCustomDataSet.TIBCustomDataSet

From XE2 API Documentation
Jump to: navigation, search

Data.DB.TDataSetSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
TIBCustomDataSet

Delphi

TIBCustomDataSet = class(TDataSet)

C++

class PASCALIMPLEMENTATION TIBCustomDataSet : public Data::Db::TDataSet

Properties

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

Description

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

Personal tools
Previous Versions
Translations