另外,如果函数参数是对象的话,可以直接传吗?
如果函数参数是StringList的话,传递的是一指针吗?
MyFun(SL_Test:StringList):integer
begin
  SL_Test.Count;
  .....
end;