API:Vcl.ComCtrls.TTreeView.CheckBoxes

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property CheckBoxes;

C++

__property CheckBoxes = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeView

説明

チェックボックスを TTreeView プラットフォーム コントロールに追加可能にします。

Vcl.ComCtrls.TTreeView.CheckBoxes は Vcl.ComCtrls.TCustomTreeView.CheckBoxes を継承しています。以下の内容はすべて Vcl.ComCtrls.TCustomTreeView.CheckBoxes を参照しています。

チェックボックスを TTreeView プラットフォーム コントロールに追加可能にします。

CheckBoxes は、複数の状態をサポートしており、標準のツリー構造に追加することができます。

CheckBoxes には標準スタイルまたは拡張スタイルがあり、CheckStyles プロパティで制御します。

ヒント: ノード状態をチェックするには、プロパティ Checked または CheckState を使用します。
ヒント: チェックされた状態のノードを処理するには、イベント OnCheckStateChanging および OnCheckStateChanged を使用します。

関連項目