IBX.IBCustomDataSet.TIBDataLink.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ADataSet: TIBCustomDataSet);

C++

__fastcall TIBDataLink(TIBCustomDataSet* ADataSet);

Properties

Type Visibility Source Unit Parent
constructor public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBDataLink

Description

Creates an instance of TIBDataLink.

Create is called from the constructor of any data-aware object that uses a TIBDataLink to implement its DataSource property.

After calling the inherited constructor, Create initializes the BufferCount property to 1. Data-aware objects that use a TIBDataLink object to manage their link to a DataSource should change the BufferCount property to the number or records they represent, after calling the inherited constructor.