谢谢.
Some VCL classes,such as TList,allow you to specify a callback function (a sort routine in the case of TList). You will have to use the __fastcall keyword in this case,too,as the VCL expects it.