FMX.ListBox.TOnCompareListBoxItemEvent

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

Delphi

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

C++

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

プロパティ

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

説明

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


関連項目