FMX.Layouts.TCustomScrollBox.Sort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Sort(Compare: TFmxObjectSortCompare); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox

Description

Sorts components of the layout based on the comparison function Compare.

TFmxObjectSortCompare is declared as:

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


See Also