Data.DB.TMasterDataLink 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.
DetailDataSetpublicIndicates the detail dataset in the master/detail relationship.
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.
FieldNamespublicNames the fields from the master dataset that are used to define the link to the detail dataset.
FieldspublicLists all the field components from the master dataset that are used to establish a link to the detail dataset.
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.