FMX.Layouts.TCustomScrollBox.Sort
Delphi
procedure Sort(Compare: TFmxObjectSortCompare); override;
C++
virtual void __fastcall Sort(Fmx::Types::_di_TFmxObjectSortCompare Compare);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | TCustomScrollBox |
Beschreibung
Sortiert die Layout-Komponenten anhand der im Parameter Compare
angegebenen Vergleichsfunktion.
TFmxObjectSortCompare
wird folgendermaßen deklariert:
TFmxObjectSortCompare = function(item1, item2: TFmxObject): Integer;