Vcl.CheckLst.TCheckListBox.OnDataFind

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

Delphi

property OnDataFind;

C++

__property OnDataFind;

プロパティ

種類 可視性 ソース ユニット
event published
Vcl.CheckLst.pas
Vcl.CheckLst.hpp
Vcl.CheckLst TCheckListBox

説明

仮想リストボックスが、テキストで指定された項目のインデックスを識別する必要がある場合に、発生します。

Vcl.CheckLst.TCheckListBox.OnDataFind は Vcl.StdCtrls.TCustomListBox.OnDataFind を継承しています。以下の内容はすべて Vcl.StdCtrls.TCustomListBox.OnDataFind を参照しています。

仮想リストボックスが、テキストで指定された項目のインデックスを識別する必要がある場合に、発生します。

Style プロパティが lbVirtual または lbVirtualOwnerDraw の場合、リストの項目とインデックス間のマッピングを動的に提供するには、OnDataFind イベント ハンドラを用意しなければなりません。

OnDataFind は、Vcl.StdCtrls.TLBFindDataEvent 型のイベント ハンドラです。

関連項目