[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Dataset this field belongs to
Source position: db.pas line 407
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 circumstnces 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. |