FMX.ListBox.TOnCompareListBoxItemEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

typedef void __fastcall (__closure *TOnCompareListBoxItemEvent)(TListBoxItem* Item1, TListBoxItem* Item2, int &Result);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
typedef public FMX.ListBox.hpp FMX.ListBox FMX.ListBox

Beschreibung

TOnCompareListBoxItemEvent ist ein Ereignistyp, der von der Ereignisbehandlungsroutine OnCompare verwendet wird.


Siehe auch