JVCL Help:TGlyphKind

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates glyph kinds for combo edit controls. (Obsolete.)

run\JvToolEdit.pas


Pascal

 run\JvToolEdit.pas
 TGlyphKind = (
gkCustom,
gkDefault,
gkDropDown,
gkEllipsis
);


Members

Members Description
gkCustom A custom glyph.
gkDefault When specifying gkDefault the actual glyph shown depends on the combo edit control. For example, a TJvDateEdit will display a calendar glyph.
gkDropDown A drop-down button.
gkEllipsis Ellipsis.

run\JvToolEdit.pas


Description

Use the TGlyphKind type to specify the glyph kind for the button of a combo edit control.

run\JvToolEdit.pas


See Also

TJvCustomComboEdit.GlyphKind

run\JvToolEdit.pas


About

Navigation

no pages or subcategories

run\JvToolEdit.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page