System.SysUtils.TUnicodeEncoding.Create
Delphi
constructor Create; overload; virtual;
constructor Create(UseBOM: Boolean); overload;
C++
__fastcall virtual TUnicodeEncoding()/* overload */;
__fastcall TUnicodeEncoding(bool UseBOM)/* overload */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
constructor | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | TUnicodeEncoding |
Beschreibung
Erstellt eine neue Instanz der Klasse TUnicodeEncoding.
Mit Create erstellen Sie eine neue Instanz der TUnicodeEncoding-Klasse. Es wird empfohlen, mit der Eigenschaft Unicode der Klasse TEncoding eine Instanz der Klasse TUnicodeEncoding zu erstellen.