Vcl.ComCtrls.THeaderSection.CheckBox

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CheckBox: Boolean read FCheckBox write SetCheckBox default False;

C++

__property bool CheckBox = {read=FCheckBox, write=SetCheckBox, default=0};

Properties

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

Description

Specifies whether a check box should appear in the header section.

Use CheckBox to specify whether a check box should appear in the header section.

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

See Also

Code Examples