FMX.Types.TFmxObjectSortCompare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFmxObjectSortCompare = reference to function (Left, Right: TFmxObject): Integer;

C++

__interface TFmxObjectSortCompare  : public System::IInterface

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Procedural type for functions that take two TFmxObject objects as parameters and return an integer value.

TFmxObjectSortCompare is internally used by Sort.

See Also