DK11 for Delphi | GisTypes.TGIS_ObjectListSortCompare | Constants | Enums | Classes | Prototypes | Records
Comparator function type used in sort.
// Delphi type TGIS_ObjectListSortCompare = function ( const Item1 : TObject; const Item2 : TObject ) : Integer;
// C++ Builder typedef int (*TGIS_ObjectListSortCompare)( TObject* const Item1, TObject* const Item2 );
Name | Type | Description |
---|---|---|
Item1 | TObject | first item to compare |
Item2 | TObject | second item to compare |
Type | Description |
---|---|
Integer |