Clear the BLOB field's contents.
Source position: db.pas line 1098
| public procedure TBlobField.Clear; override; | 
Clear overrides the TField implementation of TField.Clear. It creates and immediately releases an empty blob stream in write mode, effectively clearing the contents of the BLOB field.
| 
 | Clear the field contents. | |
| 
 | Is the field empty. |