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