Retrieve the contents of the field as an array of bytes.
Source position: db.pas line 433
|  public property TField.AsBytes : TBytes | 
AsBytes returns the contents of the field as an array of bytes. For blob data this is the actual blob content.
| 
 | Base class for BLOB field data. |