<< Click to display table of contents >> TRVFontCharsetComboBox |
TRVFontCharsetComboBox is a combo-box for choosing a font character set.
Unit RVFontCombos;
TRVFontCharsetComboBox = class(TCustomRVFontComboBox)
(Hierarchy of TRVFontCharsetComboBox, if TNT Controls are not used) TObject TPersistent TComponent TControl TWinControl TCustomComboBox TComboBox |
This combo-box allows changing a font Charset for a selected text in Editor.
This component works automatically: place it on a form, assign Editor and ActionFont properties; no additional code is required.
Unicode note: for Unicode text, Charset does not affect appearance (except for SYMBOL_CHARSET).
In addition to character sets available for the current font, the combo-box may contain DEFAULT_CHARSET item, if AddDefaultCharset=True.
See also: