Registriert seit: 13. Aug 2002
17.201 Beiträge
Delphi 10.4 Sydney
|
Re: Screen Resolution and Tlistbox
11. Feb 2009, 20:50
Write the items first in a TStringList with MyStringList.Duplicates := dupIgnore;
set and then assign it to the ListBox with MyListBox.Items.Assign(MyStringList);
Windows Vista - Eine neue Erfahrung in Fehlern.
|