FMX.TreeView.TCustomTreeView.ExpandAll

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

Delphi

procedure ExpandAll;

C++

void __fastcall ExpandAll();

プロパティ

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

説明

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

ExpandAll を呼び出すと、このツリー ビュー内のすべての項目およびサブ項目を、表示させることができます。

関連項目