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

TWideMemoField.Value

Value of the field's contents as a widestring.

Declaration

Source position: db.pas line 1141

public property TWideMemoField.Value : WideString
  read GetAsWideString
  write SetAsWideString;

Description

Value is redefined by TWideMemoField as a WideString value. Reading and writing this property is equivalent to reading and writing the TField.AsWideString property.

See also

TField.Value

  

Value of the field as a variant value.

Tfield.AsWideString

  

Access the field's contents as a WideString value.


Documentation generated on: Jul 24 2023