Einzelnen Beitrag anzeigen

Benutzerbild von Bernhard Geyer
Bernhard Geyer

Registriert seit: 13. Aug 2002
17.201 Beiträge
 
Delphi 10.4 Sydney
 
#2

Re: Screen Resolution and Tlistbox

  Alt 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.
  Mit Zitat antworten Zitat