B
bytepark
Unregistered / Unconfirmed
GUEST, unregistred user!
我在delphi6.0中使用dhtml控件,采用LoadDocument方法,但是编译出错。
语句如下:
DHTMLEdit1.LoadDocument('',TRUE);
delphi编译提示出错:
There is no overloaded version of 'LoadDocument' that can be called with these arguments
请问怎么回事?
但在vb中
DHTMLEdit1.LoadDocument "", True
不会出错。
语句如下:
DHTMLEdit1.LoadDocument('',TRUE);
delphi编译提示出错:
There is no overloaded version of 'LoadDocument' that can be called with these arguments
请问怎么回事?
但在vb中
DHTMLEdit1.LoadDocument "", True
不会出错。