System.AnsiStringT.CodePage

From RAD Studio API Documentation
Jump to: navigation, search

C++

unsigned short CodePage() const {

Properties

Type Visibility Source Unit Parent
function public dstring.h System AnsiStringT

Description

Gets the code page of a AnsiStringT.

CodePage gets the code page of a AnsiStringT instance. If the instance is empty, it returns the system default code page, System::DefaultSystemCodePage.

See Also