Vcl.ComCtrls.TCustomTreeView.FullExpand

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

Delphi

procedure FullExpand;

C++

void __fastcall FullExpand();

プロパティ

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

説明

ツリービューコントロール内のすべてのノードを展開します。

FullExpand メソッドを呼び出すと,ツリービュー内のすべてのノードを表示できます。ShowButtons が true の場合,すべてのボタンは「+」から「-」に変わります。

関連項目