JVCL Help:TJvEditListAutoComplete
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvEditListAutoComplete Class
[+] JvAutoComplete.pas Classes
[+] TJvEditListAutoComplete Fields
[+] TJvEditListAutoComplete Methods
[+] TJvEditListAutoComplete Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvControlAutoComplete
TJvBaseEditListAutoComplete
TJvEditListAutoComplete
run\JvAutoComplete.pas
Summary
Provides auto complete support for Edit/TStrings pairs.
Pascal
run\JvAutoComplete.pas
TJvEditListAutoComplete = class(TJvBaseEditListAutoComplete);
Description
TEditListAutoComplete implements autocomplete support for an Edit/TStrings pair. 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.
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