Vcl.DBClientActns.TReconcileActionLink 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.
ApplyActionpublicSpecifies the client dataset apply action that uses this action link to respond to reconcile errors.
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.
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.
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.