Character.String_

  • Unit
  • Source

Symbols

SymbolDescription
TAnsiStringOld-style Pascal string which stores single byte characters using the current code page.
TStringOld-style Pascal string which maps to TAnsiString.
TWideStringOld-style Pascal string which stores double byte characters in UTF-16LE encoding.