L
luckystar
Unregistered / Unconfirmed
GUEST, unregistred user!
用gotoNearest做查询,有关键字:
windows desktop
windows message
在edit1的onchange中:
if edit1.Modified then
begin
table1.IndexFieldNames:='Keywords';
table1.SetKey;
table1.FieldByName('Keywords').asstring:=edit1.Text;
table1.gotoNearest;
end;
end;
在edit1中输入windowsdesktop,但找到的却是windows message
怎么办,我不想强迫用户在单词间必须加上空格(好象help那样)
我该怎么办?
windows desktop
windows message
在edit1的onchange中:
if edit1.Modified then
begin
table1.IndexFieldNames:='Keywords';
table1.SetKey;
table1.FieldByName('Keywords').asstring:=edit1.Text;
table1.gotoNearest;
end;
end;
在edit1中输入windowsdesktop,但找到的却是windows message
怎么办,我不想强迫用户在单词间必须加上空格(好象help那样)
我该怎么办?