(1)
刚弄完,先看看,明天再写具体内容
(2)
来了,继续
1
property
AutoCompletion:Boolean;
//
是否自动拼写
2
3
4
property
AutoCompletionStrings:TStrings;
//
待匹配字符串集
5

2

3

4

5

例子:
只在Delphi2007下测试,
安装之后,该控件会出现在Samples 面板中,拖拽一个 AutoCompletionEdit1 到Form
设置


1

2

3

4

5

6

7

8

9

10

11

12

编译程序,执行xxx.exe
(3)
其实这个功能是利用 Microsoft COM interfaces里的功能,
本身功能更丰富,我只是举了个例子,
具体说明在 这里
有兴趣的朋友可以看看,不过是英文的