System.SysUtils.TUnicodeEncoding.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; virtual;

C++

__fastcall virtual TUnicodeEncoding(void);

Properties

Type Visibility Source Unit Parent
constructor public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TUnicodeEncoding

Description

Creates a new instance of the TUnicodeEncoding class.

Call Create to create a new instance of TUnicodeEncoding. We recommend that you use the Unicode property of the TEncoding class to obtain an instance of the TUnicodeEncoding class.

See Also