[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Default codepage
Source position: sysencodingh.inc line 103
public property TEncoding.Default : TEncoding |
Defaulte is the default encoding instance (it equals the ANSI codepage). This instance is created and maintained by the system, it should not be freed.
if the DefaultSystemCodePage changes, you should call TEncoding.FreeEncodings to regenerate the default encoding using the new code page.
|
Ansi encoding instance |
|
|
ASCII encoding instance |
|
|
Big-endian Unicode (UTF16BE) encoding instance |
|
|
UTF16 encoding instance |
|
|
UTF7 encoding instance |
|
|
UTF8 encoding instance |