Vcl.DBCtrls.TFieldDataLink 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.
CanModifypublicIndicates whether the Control can modify a field in the database table managed by TFieldDataLink.
ControlpublicSpecifies the data-aware component that uses this TFieldDataLink object to manage its link to a TField 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.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EditingpublicIndicates whether the dataset that contains the associated field is in edit mode.
EofpublicIndicates whether the last record in a dataset is active.
FieldpublicSpecifies the field component managed by this TFieldDataLink object.
FieldNamepublicSpecifies the name of the field to which the Control of this TFieldDataLink is bound.
ReadOnlypublicIndicates whether the dataset for this TDataLink can be modified.
RecordCountpublicIndicates the number of records in the internal record buffer maintained by the dataset.
VisualControlprotectedIndicates whether a visual control uses the datalink.