JVCL Help:TJvComboListBox

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvComboListBox
run\JvComboListBox.pas


Summary

A list box that displays a combo box overlaying the selected item.

run\JvComboListBox.pas


Pascal

 run\JvComboListBox.pas
 TJvComboListBox = class(TJvCustomListBox);


Description

  1. JVCLInfo

TJvComboListBox is an owner-draw list box that displays a combo box overlaying the selected item. If you assign a TPopupMenu to the DropdownMenu property, the menu is displayed when the user clicks on the combo box button. This component inherits from TJvCustomListBox and publishes many of its properties and events as well as adding new ones like DropdownMenu, DrawStyle, OnDrawImage and OnDrawText.

run\JvComboListBox.pas


About

Navigation

run\JvComboListBox.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