Registriert seit: 30. Jan 2005
Ort: Münster
745 Beiträge
Delphi 3 Professional
|
Re: TListView Spalten vertauschen
5. Nov 2009, 14:43
Hallo,
es gibt eine Methode
Delphi-Quellcode:
for z := a to b do
ListView.Items[z].SubItems.Exchange(Spalte1,Spalte2);
//eventuell noch
ListView.UpdateItems(a,b);
MfG Lannes
(Nichts ist nicht Nichts) and ('' <> nil ) and (Pointer('') = nil ) and (@('') <> nil )
|