Vcl.ComCtrls.TCustomTreeView.CheckStyles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CheckStyles: TCheckStyles read FCheckStyles write SetCheckStyles default [];

C++

__property TCheckStyles CheckStyles = {read=FCheckStyles, write=SetCheckStyles, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

CheckStyles property allows to adjust the behaviour of node checkboxes.

See CheckState for details.

See Also