Create a new instance of TFieldDefs.
Source position: db.pas line 233
| public constructor TFieldDefs.Create( | 
| AOwner: TPersistent | 
| ); | 
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. |