Difference between revisions of "TIcsCharsetComboBox"
Jump to navigation
Jump to search
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | [[Main_Page | Main page]] -> [[ICS_Components_Reference#Helper_Components | ICS component reference]] -> [[TIcsCharsetComboBox ]] | ||
| + | |||
== Overview == | == Overview == | ||
{| | {| | ||
| '''unit''' |||| OverbyteIcsCharsetComboBox.pas | | '''unit''' |||| OverbyteIcsCharsetComboBox.pas | ||
|- | |- | ||
| − | | '''inheritance''' |||| | + | | '''inheritance''' |||| TCustomComboBox -> TIcsCharsetComboBox |
|} | |} | ||
| − | A MIME charset picker. | + | A MIME charset picker. |
== Properties == | == Properties == | ||
Latest revision as of 09:24, 29 May 2009
Main page -> ICS component reference -> TIcsCharsetComboBox
Contents
Overview
| unit | OverbyteIcsCharsetComboBox.pas | |
| inheritance | TCustomComboBox -> TIcsCharsetComboBox |
A MIME charset picker.
Properties
| CharSet | The MIME charset name | |
| UserFriendly | If TRUE displays Windows-like user-friendly charset names rather than MIME charset names (default = TRUE). |
Methods
| GetCodePage | Returns the mapped code page ID < $FFFF of currently selected CharSet on success or ERR_CP_NOTMAPPED or ERR_CP_NOTAVAILABLE on failure. | |
| GetCodePageDef | Returns the mapped code page ID of currently selected CharSet on success or the default system code page otherwise | |
| IsCharsetSupported | Returns TRUE if currently selected CharSet is supported |
Events
| OnChange | Triggers when property CharSet changed |