API:System.SysUtils.TUTF7Encoding.Create
Delphi
constructor Create; overload; override;
constructor Create(UseBOM: Boolean); overload;
C++
__fastcall virtual TUTF7Encoding()/* overload */;
__fastcall TUTF7Encoding(bool UseBOM)/* overload */;
/* TMBCSEncoding.Create */ inline __fastcall virtual TUTF7Encoding(int CodePage)/* overload */ : TMBCSEncoding(CodePage) { }
/* TMBCSEncoding.Create */ inline __fastcall virtual TUTF7Encoding(int CodePage, int MBToWCharFlags, int WCharToMBFlags)/* overload */ : TMBCSEncoding(CodePage, MBToWCharFlags, WCharToMBFlags) { }
/* TMBCSEncoding.Create */ inline __fastcall TUTF7Encoding(int CodePage, bool UseBOM)/* overload */ : TMBCSEncoding(CodePage, UseBOM) { }
/* TMBCSEncoding.Create */ inline __fastcall TUTF7Encoding(int CodePage, int MBToWCharFlags, int WCharToMBFlags, bool UseBOM)/* overload */ : TMBCSEncoding(CodePage, MBToWCharFlags, WCharToMBFlags, UseBOM) { }
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | TUTF7Encoding |
Description
Creates a new instance of the TMBCSEncoding class.
System.SysUtils.TUTF7Encoding.Create inherits from System.SysUtils.TMBCSEncoding.Create. All content below this line refers to System.SysUtils.TMBCSEncoding.Create.
Creates a new instance of the TMBCSEncoding class.
Call Create to create a new instance of TMBCSEncoding. Create can also be called with a set of flags that control the way MBCS strings are encoded or decoded.