Create a new instance of a TTimeField class.
Source position: db.pas line 938
| public constructor TTimeField.Create( | 
| AOwner: TComponent | 
| ); override; | 
| AOwner | 
 | Owner for the new field instance. | 
Create initializes a new instance of the TTimeField class. It calls the inherited destructor, and then sets some TField properties to configure the instance for working with time values.
| 
 | Provide access to the contents of a single field in a record. |