[Lazarus] TComboBox with AutoComplete property

William Oliveira Ferreira bdexterholland at gmail.com
Fri Jun 14 11:15:32 CEST 2013


Normally we do that inside a tform.components loop

Sorry about english mistakes

_____
William de Oliveira Ferreira
Em 14/06/2013 04:04, "Johan Tu Toit" <johan.tutoit at gmail.com> escreveu:

> 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 at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20130614/6fdc9cb5/attachment-0003.html>


More information about the Lazarus mailing list