Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/delphi/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Delphi TWebBrowser可以撤消或重做_Delphi_Twebbrowser - Fatal编程技术网

Delphi TWebBrowser可以撤消或重做

Delphi TWebBrowser可以撤消或重做,delphi,twebbrowser,Delphi,Twebbrowser,使用TWebBrower如何获得撤消或重做状态(CanUndo,can redo) 这总是假的吗 Undo1.Enabled := HTMLDocument2Ifc.queryCommandValue( 'Undo' ); Redo1.Enabled := HTMLDocument2Ifc.queryCommandValue( 'Redo' ); 你要找的可能是方法。我猜只有在浏览器处于打开状态时才会启用撤消和重做命令。您要查找的可能是方法。我猜只有在浏览器处于打开状态时,才会启用“撤

使用TWebBrower如何获得撤消或重做状态(CanUndo,can redo)

这总是假的吗

  Undo1.Enabled := HTMLDocument2Ifc.queryCommandValue( 'Undo' );
  Redo1.Enabled := HTMLDocument2Ifc.queryCommandValue( 'Redo' );

你要找的可能是方法。我猜只有在浏览器处于打开状态时才会启用撤消和重做命令。

您要查找的可能是方法。我猜只有在浏览器处于打开状态时,才会启用“撤消”和“重做”命令