FMX.ListBox.TCustomListBox.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.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

説明

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

FMX.ListBox.TCustomListBox.Sort は FMX.Layouts.TCustomScrollBox.Sort を継承しています。以下の内容はすべて FMX.Layouts.TCustomScrollBox.Sort を参照しています。

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

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

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


関連項目