Create a new instance of the TAutoIncField class.
Source position: db.pas line 677
| public constructor TAutoIncField.Create( | 
| AOwner: TComponent | 
| ); override; | 
| AOwner | 
 | Owner of the newly created fields. | 
Create initializes a new instance of the TAutoIncField class. It simply calls the inherited constructor and then sets up some of the TField class' fields.
| 
 | Provide access to the contents of a single field in a record. |