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