FMX.TreeView.TCustomTreeView.ItemByText

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

Delphi

function ItemByText(const AText: string): TTreeViewItem;

C++

TTreeViewItem* __fastcall ItemByText(const System::UnicodeString AText);

プロパティ

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

説明

指定されたテキストに相当する項目を、ツリー ビューから返します。

テキストを指定してツリー項目を取得する際には、ItemByText を使用します。項目のテキストは、AText パラメータを介して指定します。ItemByText は、最初に一致した結果を返します。

ItemByText は、項目検索を行うメソッドの中で、もっとも時間のかかるメソッドです。

関連項目