本文整理自网络,侵删。
varicount : integer;beginTreeView1.Items.EndUpdate;//示例中用的是TreeView组件for icount := 0 to TreeView1.Items.Count-1 doTreeView1.Items[icount].Expanded:=True;TreeView1.Items.EndUpdate;end;
相关阅读 >>
Delphi 2009 之 tcategorypanelgroup[3]: color
Delphi 测试 tstreamwriter、tstreamreader
更多相关阅读请进入《Delphi》频道 >>