[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a new instance of TFieldDefs
Source position: db.pas line 209
public constructor TFieldDefs.Create( |
ADataSet: TDataSet |
); |
ADataSet |
|
Dataset for which to maintain field definitions. |
Create is used to create a new instance of TFieldDefs. The ADataset argument contains the dataset instance for which the collection contains the field definitions.
|
Class to describe one field in a record in a dataset |
|
|
Base class for records-based data-access |