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

TStringField.Value

Value of the field as a string.

Declaration

Source position: db.pas line 536

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

Description

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.

See also

TField.AsString

  

Access the field's contents as an AnsiString value.

TField.Value

  

Value of the field as a variant value.


Documentation generated on: Jul 24 2023