JVCL Help:TJvControlAutoComplete
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvControlAutoComplete Class
[+] JvAutoComplete.pas Classes
[+] TJvControlAutoComplete Events
[+] TJvControlAutoComplete Methods
[+] TJvControlAutoComplete Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvControlAutoComplete
TJvBaseEditListAutoComplete
TJvComboBoxAutoComplete
run\JvAutoComplete.pas
Summary
Base class for auto complete support for controls.
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.
About
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