FMX.ScrollBox.TCustomPresentedScrollBox.Sort
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.ScrollBox.pas FMX.ScrollBox.hpp |
FMX.ScrollBox | TCustomPresentedScrollBox |
Description
Sorts the children in the children list using the specified sorting procedure.
FMX.ScrollBox.TCustomPresentedScrollBox.Sort inherits from FMX.Types.TFmxObject.Sort. All content below this line refers to FMX.Types.TFmxObject.Sort.
Sorts the children in the children list using the specified sorting procedure.