有什么区别
TFuncOfIntToString = reference to function(x: Integer): string;
和
TFuncOfIntToString = function(x: Integer): string of object;
我使用的是对象
delphi
delphi ×1