FMX.ListBox.TListBox.OnCompare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCompare: TOnCompareListBoxItemEvent read FOnCompare write FOnCompare;

C++

__property OnCompare;

Properties

Type Visibility Source Unit Parent
event published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBox

Description

Occurs when two list items are compared.

FMX.ListBox.TListBox.OnCompare inherits from FMX.ListBox.TCustomListBox.OnCompare. All content below this line refers to FMX.ListBox.TCustomListBox.OnCompare.

Occurs when two list items are compared.

Write an OnCompare event handler to create your own comparing criteria.

See Also