Vcl.ComCtrls.THeaderSection.Checked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Checked: Boolean read FChecked write SetChecked default False;

C++

__property bool Checked = {read=FChecked, write=SetChecked, default=0};

Properties

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

Description

Specifies whether the check box is checked.

Use Checked to specify whether the check box of the header section is checked. This is only visible if CheckBox is set to True.

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

See Also

Code Examples