FMX.ListBox.TOnCompareListBoxItemEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

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

See Also