Vcl.ComCtrls.TCustomListView.Checkboxes
Delphi
property Checkboxes: Boolean read FCheckboxes write SetCheckboxes default False;
C++
__property bool Checkboxes = {read=FCheckboxes, write=SetCheckboxes, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomListView |
Description
Specifies whether check boxes appear next to the items in the list view.
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.