Dataset this field belongs to.
Source position: db.pas line 453
public property TField.DataSet : TDataSet |
Dataset contains the dataset this field belongs to. Writing this property will add the field to the list of fields of a dataset, after removing if from the list of fields of the dataset the field was previously assigned to. It should under normal circumstances never be necessary to set this property, the TDataset code will take care of this.
|
Base class for records-based data-access. |
|
|
Indexed access to the fields of the dataset. |