RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataLink.Create Constructor

Creates an instance of TDataLink.

Pascal
constructor Create;
C++
__fastcall TDataLink();

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

After calling the inherited constructor, Create initializes the BufferCount property to 1. Data-aware objects that use a TDataLink 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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!