| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Convert a numeric codepage identifier to a codepage name
Source position: syscodepagesh.inc line 15
| function CodePageToCodePageName( | 
| cp: TSystemCodePage | 
| ):AnsiString; | 
CodePageToCodePageName returns the name of the codepage cp.
If no matching codepage is found in the list of codepages, an empty string is returned.
| 
 | Return a numeric identifier for the codepage. |