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