Data.DB.TDataLink Properties
InheritedProtected
Active | public | Specifies whether the dataset that TDataLink manages is active. |
ActiveRecord | public | Specifies the index of the current record within the internal record buffer maintained by the dataset for the Owner of the TDataLink object. |
BOF | public | Indicates whether the first record in a dataset is active. |
BufferCount | public | Specifies the number of records cached by the dataset for the Owner of the TDataLink object. |
DataSet | public | Specifies the TDataSet object that represents the data that this TDataLink is tracking. |
DataSource | public | Specifies the TDataSource object that the Owner of the TDataLink uses to connect to the dataset. |
DataSourceFixed | public | Indicates whether the DataSource property can be set. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
Editing | public | Indicates whether the DataSource is in edit mode. |
Eof | public | Indicates whether the last record in a dataset is active. |
ReadOnly | public | Indicates whether the dataset for this TDataLink can be modified. |
RecordCount | public | Indicates the number of records in the internal record buffer maintained by the dataset. |
VisualControl | protected | Indicates whether a visual control uses the datalink. |