Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TBlobField.Value

Return the field's contents as a string.

Declaration

Source position: db.pas line 1101

public property TBlobField.Value : string
  read GetAsString
  write SetAsString;

Description

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.

See also

TField.Value

  

Value of the field as a variant value.

TField.AsString

  

Access the field's contents as an AnsiString value.


Documentation generated on: Jul 24 2023