RAD Studio VCL Reference
ContentsIndex
TMasterDataLink 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 the detail dataset in the master/detail relationship. 
 
Indicates whether the DataSource is in edit mode. 
 
Eof 
Indicates whether the last record in a dataset is active. 
 
Names the fields from the master dataset that are used to define the link to the detail dataset. 
 
Lists all the field components from the master dataset that are used to establish a link to the detail dataset. 
 
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.