Web.DBWeb.THTTPDataLink Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ActivepublicSpecifies whether the dataset that TDataLink manages is active.
ActiveRecordpublicSpecifies the index of the current record within the internal record buffer maintained by the dataset for the Owner of the TDataLink object.
BOFpublicIndicates whether the first record in a dataset is active.
BufferCountpublicSpecifies the number of records cached by the dataset for the Owner of the TDataLink object.
DataSetpublicSpecifies the TDataSet object that represents the data that this TDataLink is tracking.
DataSourcepublicSpecifies the TDataSource object that the Owner of the TDataLink uses to connect to the dataset.
DataSourceFixedpublicIndicates whether the DataSource property can be set.
DefaultFieldspublicIndicates whether the associated table producer uses dynamically generated field components.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EditingpublicIndicates whether the DataSource is in edit mode.
EofpublicIndicates whether the last record in a dataset is active.
FieldCountpublicSpecifies the number of entries in the Fields array.
FieldspublicLists all the field components from the dataset that may be shown in the image of the datasource.
ReadOnlypublicIndicates whether the dataset for this TDataLink can be modified.
RecordCountpublicIndicates the number of records in the internal record buffer maintained by the dataset.
SparseMappublicIndicates whether the associated table producer has customized the number or order of the fields that appear in the table.
VisualControlprotectedIndicates whether a visual control uses the datalink.