TSmtpCli.CodePage

From Overbyte
Revision as of 06:51, 30 May 2009 by Arno (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> ICS component reference -> TSmtpCli -> CodePage

Definition

property CodePage: Cardinal; (read/write) (V7)

Description

The Windows code page identifier mapped to current value of property CharSet. Usually it's not required to change this property manually, it is set internally by the setter of property CharSet. Many routines contained in OverbyteIcsMimeUtils.pas, OverbyteIcsUtils.pas, OverbyteIcsCharsetUtils.pas, RTL and Win32 API take a code page ID argument.

Best practices

How to