FMX.ListBox.TOnCompareListBoxItemEvent

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

C++

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

プロパティ

種類 可視性 ソース ユニット
typedef public FMX.ListBox.hpp FMX.ListBox FMX.ListBox

説明

TOnCompareListBoxItemEvent は、OnCompare イベント ハンドラが使用するイベント型です。


関連項目