Vcl.Outline.TCustomOutline.GetTextItem
Delphi
function GetTextItem(const Value: string): Longint;
C++
System::LongInt __fastcall GetTextItem(const System::UnicodeString Value);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | Vcl.Outline.pas Vcl.Outline.hpp |
Vcl.Outline | TCustomOutline |
説明
アウトライン中で Value パラメータを持つ最初のノードのインデックスをその Text プロパティとして返します。
GetTextItem メソッドを呼び出すと,Value パラメータに対応するノードを特定できます。GetTextItem は Items プロパティ配列へのインデックスを返します。