JVCL Help:TJvImageKind

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates image kinds for combo edit controls.

run\JvToolEdit.pas


Pascal

 run\JvToolEdit.pas
 TJvImageKind = (
ikCustom,
ikDefault,
ikDropDown,
ikEllipsis
);


Members

Members Description
ikCustom A custom image.
ikDefault When specifying ikDefault the actual image shown depends on the combo edit control. For example, a TJvDateEdit will display a calendar glyph.
ikDropDown A drop-down button.
ikEllipsis Ellipsis.

run\JvToolEdit.pas


Description

Use the TJvImageKind type to specify the image kind for the button of a combo edit control.

run\JvToolEdit.pas


See Also

TJvCustomComboEdit.ImageKind

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