RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListView.Checkboxes Property

Specifies whether check boxes appear next to the items in the list view.

Pascal
property Checkboxes: Boolean;
C++
__property Boolean Checkboxes;

Set 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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!