myactiveform.html

来自「source code for the Marco Cantu s book D」· HTML 代码 · 共 18 行

HTML
18
字号
<html>
<h1>Delphi 2009 ActiveForm Test Page</h1>
<p>This is supported only by Internet Explorer. You should see your Delphi forms embedded in the page below.</p>
<hr>
<p>
<object
	  classid="clsid:AE64FD40-25C5-4697-B19C-8CE781695B71"
	  codebase="./MyActiveForm_Project.ocx"
	  width=570
	  height=328
	  align=center
	  hspace=5
	  vspace=5
>
</object>
</p>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?