| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Free all standard encodings
Source position: sysencodingh.inc line 54
| public class procedure TEncoding.FreeEncodings; | 
FreeEncodings frees all the standard encodings TEncoding.ANSI, TEncoding.ASCII, TEncoding.Default, TEncoding.BigEndianUnicode, TEncoding.Unicode, TEncoding.UTF7 and TEncoding.UTF8. There should be no need to call this function directly, it is called automatically w hen the program exits.
| 
 | Ansi encoding instance | |
| 
 | ASCII encoding instance | |
| 
 | Default codepage | |
| 
 | Big-endian Unicode (UTF16BE) encoding instance | |
| 
 | UTF16 encoding instance | |
| 
 | UTF7 encoding instance | |
| 
 | UTF8 encoding instance |