Registriert seit: 20. Jul 2008
Ort: Balaton
112 Beiträge
Delphi 2010 Professional
|
AW: TStringList.CustomSort wird nicht angesprochen?
28. Jul 2021, 20:56
// Calling Sort won't sort the list because CustomSort will
// only sort the list if it's not already sorted
Setze Sorted nach dem TStringList.Create auf False?
|