JVCL Help:TJvComboBoxAutoComplete

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvControlAutoComplete
TJvComboBoxAutoComplete
run\JvAutoComplete.pas


Summary

TComboBoxAutoComplete implements autocomplete support for ComboBoxes.

run\JvAutoComplete.pas


Pascal

 run\JvAutoComplete.pas
 TJvComboBoxAutoComplete = class(TJvControlAutoComplete);


Description

After you have created an instance of this class you must either assign the AutoCompleteEvent to the OnKeyPress event of the edit control or you must call the AutoComplete method from the KeyPress method.

run\JvAutoComplete.pas


About

Navigation

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