RAD Studio VCL Reference
ContentsIndex
TMultiDimDataLink Members Public Properties
Public Properties
 
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) 2008 CodeGear(TM). All Rights Reserved.