FMX.Types.TFmxObject.Sort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Sort(Compare: TFmxObjectSortCompare); virtual;

C++

virtual void __fastcall Sort(_di_TFmxObjectSortCompare Compare);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

Sorts the children in the children list using the specified sorting procedure.

See Also