Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2008 May : TCombo with a memory (like Start-Run)?
| Subject: | TCombo with a memory (like Start-Run)? |
| Posted by: | "JJ" (nospam@nospam.com) |
| Date: | Sat, 24 May 2008 14:42:43 |
I'm trying to implement an editable entry that remembers entries that people
have entered, and suggests them
This is the same type that occurs when you choose Windows-Start-Run. As you
type a name it auto-completes it, and has a drop-down of recent;y used ones.
I'm wondering if there's some pre-existing component for this, or how to
implement it in general.
JJ