RAD Studio VCL Reference
ContentsIndex
THTTPDataLink 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 associated table producer uses dynamically generated field components. 
 
Indicates whether the DataSource is in edit mode. 
 
Eof 
Indicates whether the last record in a dataset is active. 
 
Specifies the number of entries in the Fields array. 
 
Lists all the field components from the dataset that may be shown in the image of the datasource. 
 
Indicates whether the dataset for this TDataLink can be modified. 
 
Indicates the number of records in the internal record buffer maintained by the dataset. 
 
Indicates whether the associated table producer has customized the number or order of the fields that appear in the table. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.