Vcl.ComCtrls.TListView.Checkboxes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Checkboxes;

C++

__property Checkboxes = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListView

Description

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

Vcl.ComCtrls.TListView.Checkboxes inherits from Vcl.ComCtrls.TCustomListView.Checkboxes. All content below this line refers to Vcl.ComCtrls.TCustomListView.Checkboxes.

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.

See Also