Vcl.ComCtrls.TTreeNode.Expand

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

Delphi

procedure Expand(Recurse: Boolean);

C++

void __fastcall Expand(bool Recurse);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

説明

Expand はノードを展開してすべての子ノードを表示します。

ノードを展開するとその直接の子ノードが表示されます。ツリービューの ShowButtons プロパティが設定されているかどうかで負符号の[-]ボタンが表示されます。Recurse が true の場合,直接の下位ノードのすべての下位ノードが展開されます。

関連項目