cxVirtaulTree 用法(100)

  • 主题发起人 主题发起人 linuxping
  • 开始时间 开始时间
L

linuxping

Unregistered / Unconfirmed
GUEST, unregistred user!
cxVirtaulTree 用法。 和普通Tree有什么不同,有什么优点?一般使用在那些场合?
 
procedure TForm1.RzButton1Click(Sender: TObject);var i,j: integer; t:dword;begin t := gettickcount; tree.BeginUpdate; for i := 0 to 500 do with tree.Add do for j := 0 to 19 do Values[j] := 'test'; tree.EndUpdate; showmessagefmt('%f秒', [(gettickcount - t)/1000]);end;另有一个ExpressQuantumTreeList Demo ,希望对你能有所帮助!http://www.devexpress.com/Downloads/VCL/ExQuantumTreeList/
 
看看这个对你更有帮助,http://www.2ccc.com/article.asp?articleid=5161,cx的跟这个是一样的,呵呵
 
后退
顶部