Following code can populate them:
with listview1.Items.Add do
begin
caption := ‘first Column’ ;
SubItems.Add(‘Second Column’);
end ;
Following code can populate them:
with listview1.Items.Add do
begin
caption := ‘first Column’ ;
SubItems.Add(‘Second Column’);
end ;
No comments yet.
RSS feed for comments on this post. TrackBack URI