System.SysUtils.TUnicodeEncoding

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.TEncodingSystem.TObjectTUnicodeEncoding

Delphi

TUnicodeEncoding = class(TEncoding)

C++

class PASCALIMPLEMENTATION TUnicodeEncoding : public TEncoding

Properties

Type Visibility Source Unit Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

TUnicodeEncoding is the class that provides support for Unicode (UTF-16) encoding.

TUnicodeEncoding is the class that provides support for both encoding and decoding strings from and to UTF-16 encoding. TUnicodeEncoding is also the base class for other encodings such as TBigEndianUnicodeEncoding. We recommend that you use the Unicode property of the TEncoding class to obtain an instance of the TUnicodeEncoding class.

See Also