Create a new instance of TNumericField.
Source position: db.pas line 592
| public constructor TNumericField.Create( | 
| AOwner: TComponent | 
| ); override; | 
| AOwner | 
 | Owner of the field component. | 
Create calls the inherited constructor and then initializes the TField.Alignment property with
| 
 | Alignment for this field. |