Good day,

I tried the above code on my onCreate procedure:

if Sender Is TComboBox then
     with Sender As TComboBox do begin
          AutoComplete:= True;
     end;

When I typed any letter on the TComboBox component, the AutoComplete
property do not auto select any element on the list.

Thanks in advance.
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to