Create a new instance of a TBinaryField class.
Source position: db.pas line 958
| public constructor TBinaryField.Create( | 
| AOwner: TComponent | 
| ); override; | 
| AOwner | 
 | Owner for the new field instance. | 
Create initializes a new instance of the TBinaryField class. It simply calls the inherited destructor.
| 
 | Provide access to the contents of a single field in a record. |