[Lazarus] TComboBox with AutoComplete property
Johan Tu Toit
johan.tutoit at gmail.com
Fri Jun 14 09:01:48 CEST 2013
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20130614/b38c6c85/attachment-0002.html>
More information about the Lazarus
mailing list