JVCL Help:TJvControlAutoComplete

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


Summary

Base class for auto complete support for controls.

run\JvAutoComplete.pas


Pascal

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


Description

TControlAutoComplete implements autocomplete support for controls and is an abstract base class. After you have created an instance of a derived class you must either assign the AutoCompleteEvent to the OnKeyPress event of the control or you must call the AutoComplete method from the controls 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