FMX.ListBox.TOnCompareListBoxItemEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public FMX.ListBox.hpp FMX.ListBox FMX.ListBox

Description

TOnCompareListBoxItemEvent is an event type used by the OnCompare event handler.

See Also