Vcl.ListActns.TListCompareEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TListCompareEvent = function(List: TListControlItems;
Item1, Item2: TListControlItem): Integer of object;

C++

typedef int __fastcall (__closure *TListCompareEvent)(TListControlItems* List, TListControlItem* Item1, TListControlItem* Item2);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns Vcl.ListActns

Description

Embarcadero Technologies does not currently have any additional information.