Hello,
I want to get all items and subitems in my listview,but all I get is "TlistItem"
Here's my code:
procedure TFrameAnalyzer.AddEntry(opcode:word;data:Array of byte;direction:byte);
begin
MessageBox(0,PChar(sListView1.Items.Item[4].ToString),'',0);
end;
How do I get the name of the item as string and the name of it's 2 subitems?