Difference between revisions of "TSmtpCli.CodePage"

From Overbyte
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 06:51, 30 May 2009

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