[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TField.AsUTF8String

Field contents as a UTF8 String

Declaration

Source position: db.pas line 415

public property TField.AsUTF8String : UTF8String
  read GetAsUTF8String
  write SetAsUTF8String;

Description

AsUTF8String returns the field data as a UTF8-Encoded string (single byte character string). If the field contains an AnsiString, the data will be converted to unicode according to the CodePage. If the field contains a unicode string, the string is UTF-8 encoded. When writing the written data will be converted to single-byte string. Note that if the field is an ansistring field, some characters may get lost when writing.

See also

TField.AsString

  

Access the field's contents as an AnsiString value.

TField.AsUnicodeString

  

Field contents as a UnicodeString

TField.AsAnsi8String

TField.CodePage


Documentation generated on: May 14 2021