Vcl.ComCtrls.TTreeNode.Checked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Checked: Boolean read GetChecked write SetChecked;

C++

__property bool Checked = {read=GetChecked, write=SetChecked, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

Description

Property returns True, when a node checkbox is on.

Using Checked property is equivalent to CheckState=ncsChecked.

See Also