Vcl.DBGrids.TGridDataLink 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. |
| DefaultFields | public | Indicates whether the dataset's underlying field components are generated dynamically when the dataset is opened. |
| 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. |
| FieldCount | public | Indicates the number of entries in the field map. |
| Fields | public | Lists all the field components contained in the field map. |
| Grid | public | Identifies the Grid component that uses this data link to manage its data. |
| 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. |
| SparseMap | public | Indicates whether the associated grid has customized the field map (which means it may contain undefined fields). |
| VisualControl | protected | Indicates whether a visual control uses the datalink. |