[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a new instance of TFields
Source position: db.pas line 1109
public constructor TFields.Create( |
ADataset: TDataSet |
); |
ADataset |
|
Dataset for which fields must be managed. |
Create initializes a new instance of TFields. It stores the ADataset parameter, so it can be retrieved at any time in the TFields.Dataset property, and initializes an internal list object to store te list of fields.
|
Base class for records-based data-access |
|
|
Dataset the fields belong to |
|
|
Provide access to the contents of a single field in a record |