API:System.SysUtils.TMBCSEncoding.GetEncodingName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEncodingName: string; override;

C++

virtual System::UnicodeString __fastcall GetEncodingName();

Properties

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

Description

Returns the encoding name.

System.SysUtils.TMBCSEncoding.GetEncodingName inherits from System.SysUtils.TEncoding.GetEncodingName. All content below this line refers to System.SysUtils.TEncoding.GetEncodingName.

Returns the encoding name.

GetEncodingName returns the code page name. GetEncodingName is a virtual method; if the runtime type of Self (this in C++) is TEncoding, then an empty string is returned.

See Also