Hi
By this code you can insert some items into List view
procedure TForm1.Button2Click(Sender: TObject);
Var
ListItem:TListItem;
begin
ListItem:=ListView1.Items.Add;
ListItem.Caption:='Hello my friend';
end;
fayyaz
Junior Poster in Training
66 posts since Jun 2007
Reputation Points: 12
Solved Threads: 10