| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Value of the field as a string
Source position: db.pas line 508
|  public property TStringField.Value : string | 
Value is overridden in TField to return the value of the field as a string. It returns the contents of TField.AsString when read, or sets the AsString property when written to.
| 
 | Access the field's contents as an AnsiString value. | |
| 
 | Value of the field as a variant value |