Create new instance of TLongWordField.
Source position: db.pas line 705
| public constructor TLongWordField.Create( | 
| AOwner: TComponent | 
| ); override; | 
| AOwner | 
 | Field owner, usually a dataset. | 
Create calls the inherited constructor and sets the values of the MinValueMaxValue and TField.DataType properties.
| 
 | Minimum value for the field. | |
| 
 | Maximum value for the field. | |
| 
 | The data type of the field. |