treeview控件有check功能吗?

解决方案 »

  1.   

    Specifies whether check boxes appear next to the items in the list view.Delphi syntax:property CheckBoxes: Boolean;C++ syntax:__property bool CheckBoxes = {read=FCheckboxes, write=SetCheckboxes, default=0};DescriptionSet CheckBoxes to true to make check boxes appear next to the list items when ViewStyle is vsList or vsReport. Each line in the list displays a single check box.
      

  2.   

    Set ////CheckBoxes to true to make check boxes appear next