Open main menu

RAD Studio API Documentation β

System.GetTextCodePage

Delphi

function GetTextCodePage(const T: Text): Word;

C++

extern DELPHI_PACKAGE Word __fastcall GetTextCodePage(const TextFile &T);

Properties

Type Visibility Source Unit Parent
function public
System.pas
System.hpp
System System

Description

Gets the code page of a text file.

GetTextCodePage returns the value of the CodePage field from a TTextRec variable.

See Also