FMX.ListBox.TOnCompareListBoxItemEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TOnCompareListBoxItemEvent = procedure(Item1, Item2: TListBoxItem; var Result: Integer) of object;

C++

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

Eigenschaften

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

Beschreibung

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


Siehe auch