Create a new instance of the TLargeintField class.
Source position: db.pas line 740
| public constructor TLargeintField.Create( | 
| AOwner: TComponent | 
| ); override; | 
| AOwner | 
 | Owner of the TLargeIntField component. | 
Create initializes a new instance of the TLargeIntField class: it calls the inherited constructor and then initializes the various properties of Tfield and MinValue and MaxValue.
| 
 | Provide access to the contents of a single field in a record. | |
| 
 | Minimum value for the field. | |
| 
 | Maximum value for the field. |