Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2008.05.18;
Скачать: CL | DM;

Вниз

PList   Найти похожие ветки 

 
Robt   (2007-09-10 19:24) [0]

Как сортировать итемы? :( (как в vcl метод sort )


 
SergeR_   (2007-09-10 19:58) [1]

Итемы чего? Какого контрола?
sort(), lvsort(),tvsort()....


 
Robt   (2007-09-10 21:07) [2]

List-a с примером если можна (я тупой )


 
Dimaxx ©   (2007-09-11 14:26) [3]

Сортировка зависит от типа данных, хранящихся в элементах PList. У него есть свойство DataMemory - доступ к массиву элементов. Копай в сторону следующего:

procedure SwapListItems( const L: Pointer; const e1, e2: DWORD );
{* Use this fu nction as the last parameter for SortData call when a PList
  object is sorting. SwapListItems just exchanges two items of the list. }

procedure SortData( const Data: Pointer; const uNElem: Dword;
                   const CompareFun: TCompareEvent;
                   const SwapProc: TSwapEvent );
{* Call it to sort any array of data of any kind, passing total
  number of items in an array and two defined (regular) function
  and procedure to perform custom compare and swap operations.
  First procedure parameter is to pass it to callback function
  CompareFun and procedure SwapProc. Items are enumerated from
  0 to uNElem-1. }



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

Текущий архив: 2008.05.18;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.039 c
15-1207018692
X9
2008-04-01 06:58
2008.05.18
Розыгрыши на 1 апреля


2-1208326809
andreil
2008-04-16 10:20
2008.05.18
Почемуто переменная сама меняется :(


15-1207211804
БарЛог
2008-04-03 12:36
2008.05.18
Радиоканал на 2КМ


4-1189256260
Alexey SVD
2007-09-08 16:57
2008.05.18
чужой Edit


2-1208705054
AlexDan
2008-04-20 19:24
2008.05.18
замедление работы программы