Create a new instance of the TWordField class.
Source position: db.pas line 668
| public constructor TWordField.Create( | 
| AOwner: TComponent | 
| ); override; | 
| AOwner | 
 | Owner of the field instance. | 
Create initializes a new instance of the TWordField class. It calls the inherited constructor and then simply sets some of the TField properties to work with 16-bit unsigned integer data.
| 
 | Provide access to the contents of a single field in a record. |