FMX.Layouts.TCustomScrollBox.Sort

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

Delphi

procedure Sort(Compare: TFmxObjectSortCompare); override;

C++

virtual void __fastcall Sort(Fmx::Types::_di_TFmxObjectSortCompare Compare);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox

説明

比較関数 Compare を基に、レイアウトのコンポーネントを並び替えます。

TFmxObjectSortCompare は次のように宣言されます:

TFmxObjectSortCompare = function(item1, item2: TFmxObject): Integer;


関連項目