API:Vcl.CheckLst.TCheckListBox.OnDataFind
Delphi
property OnDataFind: Integer read FOnDataFind write FOnDataFind;
C++
__property OnDataFind;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
event | published | Vcl.CheckLst.pas Vcl.CheckLst.hpp |
Vcl.CheckLst | TCheckListBox |
Beschreibung
Tritt auf, wenn ein virtuelles Listenfeld den Index eines Eintrags über dessen Text ermitteln muss.
Vcl.CheckLst.TCheckListBox.OnDataFind erbt von Vcl.StdCtrls.TCustomListBox.OnDataFind. Der folgende Inhalt bezieht sich auf Vcl.StdCtrls.TCustomListBox.OnDataFind.
Tritt auf, wenn ein virtuelles Listenfeld den Index eines Eintrags über dessen Text ermitteln muss.
Sie müssen eine Ereignisbehandlungsroutine für OnDataFind bereitstellen, damit die dynamische Zuordnung eines Listeneintrags zu einem Index möglich ist, wenn die Eigenschaft Style den Wert lbVirtual oder lbVirtualOwnerDraw hat.
OnDataFind ist eine Ereignisbehandlungsroutine des Typs Vcl.StdCtrls.TDrawItemEvent.