Y
yhl1118
Unregistered / Unconfirmed
GUEST, unregistred user!
以下是我动态建立的一个listview,
with TListView.Create(self) do
begin
Parent := PageControl1.Pages[PageControl1.PageCount - 1];
Align := alClient;
ViewStyle := vsReport;
Name := 'ListView1';
end;
我想在一个函数中使用这个listview,请问我要如何调用,谢谢!
with TListView.Create(self) do
begin
Parent := PageControl1.Pages[PageControl1.PageCount - 1];
Align := alClient;
ViewStyle := vsReport;
Name := 'ListView1';
end;
我想在一个函数中使用这个listview,请问我要如何调用,谢谢!