System.SysUtils.TEncoding.GetCodePage

From RAD Studio API Documentation
Revision as of 11:06, 10 February 2014 by AChavesBot (talk | contribs) (47307.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function GetCodePage: Cardinal; virtual;

C++

virtual unsigned __fastcall GetCodePage();

Properties

Type Visibility Source Unit Parent
function class protected
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TEncoding

Description

Returns the code page.

GetCodePage returns an integral value representing the code page. GetCodePage is a virtual method; if the runtime type of Self (this in C++) is TEncoding, then an invalid code page is returned.

See Also