Create a new instance of the TFloatField.
Source position: db.pas line 776
| public constructor TFloatField.Create( | 
| AOwner: TComponent | 
| ); override; | 
| AOwner | 
 | Owner of the field instance. | 
Create initializes a new instance of TFloatField. It calls the inherited constructor and then initializes some properties.