Vcl.StdCtrls.TLBFindDataEvent

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

C++

typedef int __fastcall (__closure *TLBFindDataEvent)(Vcl::Controls::TWinControl* Control, System::UnicodeString FindString);

プロパティ

種類 可視性 ソース ユニット
typedef public Vcl.StdCtrls.hpp Vcl.StdCtrls Vcl.StdCtrls


説明

TLBFindDataEvent は、リストボックスの Vcl.StdCtrls.TCustomListBox.OnDataFind イベント ハンドラの型です。.

Control は、項目インデックスを必要としている仮想リストボックスです。

FindString は、インデックスを必要としている項目のテキストです。

このイベント ハンドラは、FindString によって示された項目のインデックスを返します。この戻り値は、0 から「Count プロパティの値 - 1」の間でなければなりません。

関連項目