-
Ken (15.04.09 12:22) [0]Hi,
I am a Chinese, sorry for using English.
In VCL, there is a Data property for every TListItem in Listview.
I can set Data to a item in TList, so when the Listview sort by a column, I can find the corresponding item by TListItem.Data property.
Does KOL & MCK have the similar feature?
Thanks Vladimir for creating the great components. -
Дмитрий К © (15.04.09 13:21) [1]LVItemData
-
Ken (15.04.09 14:40) [2]Thanks, I thought it should be Pointer type.
-
Дмитрий (15.04.09 21:35) [3]It's clear
Pointer(LV.LVItemData)^
:)