[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Get the codepage used in a text file.
Source position: systemh.inc line 1351
function GetTextCodePage( |
var T: Text |
GetTextCodePage returns the codepage that the text file T uses. All strings written to the file will be converted to the indicated codepage. By default, the codepage is set to CP_ACP.
None.
|
Text file type |
|
|
Set the codepage used in a text file. |