FMX.Types.TFmxObjectSortCompare

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

Delphi

TFmxObjectSortCompare = reference to function (Left, Right: TFmxObject): Integer;

C++

__interface TFmxObjectSortCompare  : public System::IInterface

プロパティ

種類 可視性 ソース ユニット
anonMethod
class
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

説明

2 つの TFmxObject オブジェクトをパラメータとして受け取り、整数値を返す関数の手続き型です。


TFmxObjectSortCompareSort で内部的に使用されます。

関連項目