FMX.ListBox.TCustomListBox.CompareItems

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function CompareItems(const Item1, Item2: TListBoxItem): Integer; virtual;

C++

virtual int __fastcall CompareItems(TListBoxItem* const Item1, TListBoxItem* const Item2);

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox


説明

指定された項目を比較します。

CompareItems は、指定された TListBoxItem の項目のテキストを比較します。これはまた、OnCompare イベントを生成します。

関連項目