System.Generics.Collections.TListHelper.TInternalCompareFunc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TInternalCompareFunc = function (ASelf: TObject; const ALeft, ARight): Integer;

C++

typedef int __fastcall (*TInternalCompareFunc)(System::TObject* ASelf, const void *ALeft, const void *ARight);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TListHelper

Description

Embarcadero Technologies does not currently have any additional information.