RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataLink Class

TIBDataLink is a helper class used by data-aware objects to coordinate the actions of TIBDataSet and to respond to data events.

Pascal
TIBDataLink = class(TDetailDataLink);
C++
class TIBDataLink : public TDetailDataLink;

Use TIBDataLink or one of its descendants in any data-aware object that implements a DataSource property to represent its link to a dataset or that needs to respond to data events. 

The constructor of the data-aware object should call the constructor of TIBDataLink, and initialize any relevant properties. The data-aware object can then link to a TDataSource by using the DataSource property of the TIBDataLink. 

Data-aware objects that link to a single field in a dataset should use a TFieldDataLink instead. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!