select the text after enter

General TRichView support forum. Please post your questions here
Post Reply
adamrich
Posts: 35
Joined: Sun Feb 19, 2006 1:55 pm

select the text after enter

Post by adamrich »

Hello,

I have project need to find explanation from a list.

For example
When users types

Test then press ENTER, I need to grab list of explanation from the database and list them underneath word test.

Could someone please help to do this?

Thank you
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I am not sure that I understand.
Do you want to display a list of suggestions for the entered word, or do you need to insert something in the editor?
If the former, see the demo in Demos\Delphi\Assorted\Autocomplete\
(it displays suggestions when the user presses Ctrl+Space)
adamrich
Posts: 35
Joined: Sun Feb 19, 2006 1:55 pm

Post by adamrich »

Thank you that worked for me perfectly
Post Reply