RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataLink Properties

The properties of the TDataLink class are listed here.

 
Name 
Description 
 
Indicates whether a visual control uses the datalink. 
 
Name 
Description 
 
Specifies whether the dataset that TDataLink manages is active. 
 
Specifies the index of the current record within the internal record buffer maintained by the dataset for the Owner of the TDataLink object. 
 
BOF 
Indicates whether the first record in a dataset is active. 
 
Specifies the number of records cached by the dataset for the Owner of the TDataLink object. 
 
Specifies the TDataSet object that represents the data that this TDataLink is tracking. 
 
Specifies the TDataSource object that the Owner of the TDataLink uses to connect to the dataset. 
 
Indicates whether the DataSource property can be set. 
 
Indicates whether the DataSource is in edit mode. 
 
Eof 
Indicates whether the last record in a dataset is active. 
 
Indicates whether the dataset for this TDataLink can be modified. 
 
Indicates the number of records in the internal record buffer maintained by the dataset. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!