Field contents as a UnicodeString.
Source position: db.pas line 445
public property TField.AsUnicodeString : UnicodeString |
AsUnicodeString returns the field data as a Unicode string (double byte character string). If the field contains an AnsiString, the data will be converted to unicode according to the CodePage when reading, and 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.
|
Access the field's contents as an AnsiString value. |
|
|
Return field contents as an ANSI string. |
|
|
Field contents as a UTF8 String. |
|
TField.CodePage |