一
一生骄傲
Unregistered / Unconfirmed
GUEST, unregistred user!
fs := Map1.Layers.Item('US Top 20 Cities').SearchAtPoint(pnt);
这条语句编译出错,前面的圆括号处的错误为:'[' expected but '(' found
后面圆括号的错误:Not enough actual parameters
我把它改成fs := Map1.Layers.Item['US Top 20 Cities'].SearchAtPoint(pnt,0);后
编译通过,正确运行。
有谁知道是什么问题吗?
这条语句编译出错,前面的圆括号处的错误为:'[' expected but '(' found
后面圆括号的错误:Not enough actual parameters
我把它改成fs := Map1.Layers.Item['US Top 20 Cities'].SearchAtPoint(pnt,0);后
编译通过,正确运行。
有谁知道是什么问题吗?