ExecCommand CreateLink和IMG

时间:2013-12-17 10:00:35

标签: delphi hyperlink webbrowser-control mshtml execcommand

我在设计模式下使用webbrowser-control(MSHTML Edit)。当我尝试为所选文本插入超链接时,它可以正常工作。但是当我尝试为所选图片插入超链接时,我收到了错误:

Error 100
Function expected

代码:

var
 pCmd : OleVariant;
begin
 html_doc.execCommand('CreateLink', True, pCmd);
end;

如何以另一种方式在图片中插入超链接,与使用execCommand不同?

0 个答案:

没有答案