System.SysUtils.TMBCSEncoding.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create; overload; virtual;
constructor Create(CodePage: Integer); overload; virtual;
constructor Create(CodePage, MBToWCharFlags, WCharToMBFlags: Integer); overload; virtual;

C++

__fastcall virtual TMBCSEncoding()/* overload */;
__fastcall virtual TMBCSEncoding(int CodePage)/* overload */;
__fastcall virtual TMBCSEncoding(int CodePage, int MBToWCharFlags, int WCharToMBFlags)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TMBCSEncoding

Beschreibung

Erstellt eine neue Instanz der Klasse TMBCSEncoding.

Mit Create erstellen Sie eine neue Instanz der TMBCSEncoding-Klasse. Create kann auch mit Flags aufgerufen werden, die steuern, wie MBCS-Strings codiert oder decodiert werden.

Siehe auch