[Lazarus] Procedure List in Lazarus IDE

Juha Manninen juha.manninen62 at gmail.com
Fri Dec 18 21:26:46 CET 2015


On Fri, Dec 18, 2015 at 9:58 PM, Juha Manninen
<juha.manninen62 at gmail.com> wrote:
> 3. There is a weird issue in adding data to Objects Combobox.Items. It
> was updated in FormCreate. Same duplicate class names get added to
> Items many times but the list shows only one unique instance.
> Now the same thing is done in FormShow and the list shows all
> duplicates. Feels like a bug somewhere else.

This is easy to fix of course by using a temporary StringList, dealing
with duplicates there and then assigning to Combobox.Items.
Still, very strange.

Juha




More information about the Lazarus mailing list