Вниз
Скачать: CL | DM;

Сортитровка в TList   Найти похожие ветки 

 
zeppelin ©   (2003-05-29 15:27) [0]

Добрый день.
Подскажите пожайлуста, как работать с Sort в TList.
Спасибо.


 
reonid ©   (2003-05-29 15:37) [1]

function SomethingCompare(Item1, Item2: Pointer): Integer;
begin
if TSomething(Item1).Value = TSomething(Item2).Value then Result := 0
else if TSomething(Item1).Value > TSomething(Item2).Value then Result := 1
else if TSomething(Item1).Value < TSomething(Item2).Value then Result := -1;
end;

ListOfSomething.Sort(SomethingCompare);


 
Palladin ©   (2003-05-29 15:44) [2]

в справке пример есть!



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.011 c
1-26498
0utsider
2003-05-23 11:39
2003.06.09
ShellTreeView


14-26782
Иксик
2003-05-20 13:51
2003.06.09
Вопрос не в тему: кассеты


8-26619
Маришка
2003-02-26 09:58
2003.06.09
мспользование микрофона


1-26453
-=GaLaN=-
2003-05-27 11:44
2003.06.09
Правая кнопка в exlorer е


1-26557
McSimm2
2003-05-28 10:36
2003.06.09
Tlist.Sort




   Наверх