[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a new instance of a multi-byte character set encoding
Source position: sysencodingh.inc line 115
public constructor TMBCSEncoding.Create; virtual; overload; |
ACodePage: Integer |
); virtual; overload; |
ACodePage: Integer; |
MBToWCharFlags: Integer; |
WCharToMBFlags: Integer |
); virtual; overload; |
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