Return the field's contents as a string.
Source position: db.pas line 1107
|  public property TBlobField.Value : string | 
Value is redefined by TBlobField as a string value: getting or setting this value will convert the BLOB data to a string, it will return the same value as the TField.AsString property.
| 
 | Value of the field as a variant value. | |
| 
 | Access the field's contents as an AnsiString value. |