FMX.ListBox.TCustomListBox.OnCompare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCompare: TOnCompareListBoxItemEvent read FOnCompare write FOnCompare;

C++

__property TOnCompareListBoxItemEvent OnCompare = {read=FOnCompare, write=FOnCompare};

Properties

Type Visibility Source Unit Parent
event protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

Occurs when two list items are compared.

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

See Also