Links
EControl Syntax Editor SDK
ecLists.TCompareProc Type
TCompareProc = function (const List: TList; Index: integer; Key: TObject): integer;

ecLists

Compares item in the list with the key 

 

List[Index] > Key => Result > 0 

List[Index] = Key => Result = 0 

List[Index] < Key => Result < 0

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!