RAD Studio VCL Reference
ContentsIndex
TFieldDataLink 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. 
 
Indicates whether the Control can modify a field in the database table managed by TFieldDataLink
 
Specifies the data-aware component that uses this TFieldDataLink object to manage its link to a TField 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 dataset that contains the associated field is in edit mode. 
 
Eof 
Indicates whether the last record in a dataset is active. 
 
Specifies the field component managed by this TFieldDataLink object. 
 
Specifies the name of the field to which the Control of this TFieldDataLink is bound. 
 
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.