Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TMBCSEncoding.Create

Create a new instance of a multi-byte character set encoding.

Declaration

Source position: sysencodingh.inc line 126

public constructor TMBCSEncoding.Create; virtual; overload;

constructor TMBCSEncoding.Create(

  ACodePage: Integer

); virtual; overload;

constructor TMBCSEncoding.Create(

  ACodePage: Integer;

  MBToWCharFlags: Integer;

  WCharToMBFlags: Integer

); virtual; overload;

Description

Create instantiates a new instance of the multi-byte character set encoding. The ACodePage parameter is optional, and defaults to DefaultSystemCodePage.

The MBToWCharFlags and WCharToMBFlags parameters are stored but are otherwise unused in the Free Pascal implementation of TMBCSEncoding


Documentation generated on: Jul 24 2023