Create a new instance of the TFMTBCDField class.
Source position: db.pas line 1053
| public constructor TFMTBCDField.Create( | 
| AOwner: TComponent | 
| ); override; | 
| AOwner | 
 | Owner of the field, usually the dataset. | 
Create initializes a new instance of the TFMTBCDField class: it sets the MinValue, MaxValue, Size (15) and Precision (2) fields to their default values.
| MinValue | ||
| MaxValue | ||
| 
 | Logical size of the field. | |
| Precision |