Vcl.ComCtrls.TCustomHeaderControl.CheckBoxes

From RAD Studio API Documentation
Jump to: navigation, search

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 published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomHeaderControl

Description

Specifies whether the header sections inside the header control use check boxes.

Use CheckBoxes to specify whether the header sections inside the header control use check boxes. Changing the CheckBox property of any header section is effective only if CheckBoxes is set to True.

Note: This feature is only available for Vista, Windows 7, or later Windows operating systems.

See Also

Code Examples