JVCL Help:TJvEditListAutoComplete

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


Summary

Provides auto complete support for Edit/TStrings pairs.

run\JvAutoComplete.pas


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.

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