System.SysUtils.TMBCSEncoding

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.TEncodingSystem.TObjectTMBCSEncoding

Delphi

TMBCSEncoding = class(TEncoding)

C++

class PASCALIMPLEMENTATION TMBCSEncoding : public TEncoding

Eigenschaften

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

Beschreibung

TMBCSEncoding ist eine Basisklasse für anderes MBCS-Codierungsklassen (Multi-Byte Character Set).

TMBCSEncoding dient als eine Basisklasse für andere spezielle Multi-Byte-Codierungsklassen, wie z.B. TUTF7Encoding und TUTF8Encoding. Sie können TMBCSEncoding auch separat verwenden, indem Sie Instanzen von TMBCSEncoding direkt erstellen.

Siehe auch