J
ji0224
Unregistered / Unconfirmed
GUEST, unregistred user!
有一ComboBox框,里面有些选项,如果写入一条新的信息,自动将这条信息增加到Combobox选项中?
procedure TForm.comboboxExit();
begin
if not(Trim(combobox.text) in []) then //in 后面怎样写???
combobox.items.add(combox.text);
procedure TForm.comboboxExit();
begin
if not(Trim(combobox.text) in []) then //in 后面怎样写???
combobox.items.add(combox.text);