System.GetTextCodePage

From RAD Studio API Documentation
Revision as of 23:20, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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