JVCL Help:TGlyphKind
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TGlyphKind type
Search in JVCL Help
Search in all projectsSummary
Enumerates glyph kinds for combo edit controls. (Obsolete.)
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. |
Description
Use the TGlyphKind type to specify the glyph kind for the button of a combo edit control.
See Also
About
no pages or subcategories
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