System.SysUtils.TEncoding.CodePage

From RAD Studio API Documentation
Jump to: navigation, search

API:System.SysUtils.TEncoding.CodePage

Description

Contains the encoding's codepage.

By default CodePage will return $FFFFFFFF (-1) which indicates that a codepage is not supported/available/applicable. Descendants can override CodePage's access function GetCodePage to return the actual codepage if applicable.

See Also