另:ListView的CheckBoxs位置能否调整?

解决方案 »

  1.   

    用ListView
    procedure TBrowseForm1.ListView1Click(Sender: TObject);
    begin
       if listview1.selected<>nil then begin
          Current:=ListView1.Selected.Index;
          label1.caption:=inttostr(Current);
        end;
    end;
      

  2.   

    forgot(让一切随风) :你这段代码只是显示了用户选择那一行而已?具体的设计呢?ListView?
      

  3.   

    horlen(少爷的破拐杖) :干了什么见不得的人,信誉分扣了3分?