FMX.TreeView.TCustomTreeView.ClearSelection

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

Delphi

procedure ClearSelection;

C++

void __fastcall ClearSelection();

プロパティ

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

説明

このツリー ビューですべての選択項目の選択を解除します。

ClearSelection は protected メソッドで、これを使用すると、現在選択されているすべてのツリー ビュー項目を、ツリー ビューから選択解除することができます。

関連項目