FMX.Types.TFmxObjectSortCompare

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

__interface TFmxObjectSortCompare  : public System::IInterface

Propriétés

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

Description

Type procédural pour les fonctions qui prennent deux objets TFmxObject en tant que paramètres et renvoient une valeur entière.

TFmxObjectSortCompare est utilisé en interne par Sort.

Voir aussi