是啊,如果动态的增加,用ListView.SubItem.Add什么什么

解决方案 »

  1.   

    是统计行,还是统计列?
    可以使用For循环来做的,应该不难
      

  2.   

    是统计行,还是统计列?
    可以使用For循环来做的,应该不难
      

  3.   

    是统计行,还是统计列?
    可以使用For循环来做的,应该不难
      

  4.   

    GetParent
    GetNext;
    ...
    ...
      

  5.   

    GetPanents
    ...
    begin
       Node:=Node.getFirstChild;
        while Node<>nil do
        begin
        Node:=Node.GetNext;
        Sum :=Sum + StrToInt(Node.Text);
        end;
      ....
      end;
      

  6.   

    不好意思,上边少了一点
        node_add:=TreeView1.Items.Addchild(Node,IntToStr(Sum));
        node_add.StateIndex:=1;//与显示的图片相对应
        node_add.SelectedIndex:=3//当选 中时的图片相对应
      

  7.   

    最好你去找一个ListView的扩充控键就有这样的功能,
    如果不,那你就写代码循环处理吧,哈@!
      

  8.   

    来得太晚了只能----up-------------------------------------->
    ---------------up--------------------------->
    -------------up----------------------------->
    -----------up------------------------------->
    ---------up--------------------------------->
    -------up----------------------------------->
    -----up------------------------------------->
    ---up--------------------------------------->
    up------------------------------------------>
      

  9.   

    是不是哦?!你这样说的话,我不GZ,UP都不行了。呵呵。
    GZ
    UP
      

  10.   

    来得太晚了只能----up-------------------------------------->
    ---------------up--------------------------->
    -------------up----------------------------->
    -----------up------------------------------->
    ---------up--------------------------------->
    -------up----------------------------------->
    -----up------------------------------------->
    ---up--------------------------------------->
    up------------------------------------------>
      

  11.   

    最好用TStringGrid做比较方便。
      

  12.   

    先把结果算出来嘛然后转化成串(Eg:CalStr)
    然后把CalStr加入子串中就行了