tpaxscripter_ref.htm
来自「Delphi脚本控件」· HTM 代码 · 共 72 行
HTM
72 行
<html>
<head>
<link rel=stylesheet type="text/css" href="styles.css">
</head>
<body>
<font face="Arial, Helvetica">
<h3>
TPaxScripter Component Reference
</h3>
<hr>
<p>
TpaxScripter component allows to embed paxScript interpreter into
your Delphi, Kylix or Borland C++ Builder application, so you can extend
and customize the application without having to recompile it.
</p>
<ul>
<li><a href="tpaxscripter_properties.htm">Properties</a></li>
<li><a href="tpaxscripter_methods.htm">Methods</a></li>
<li><a href="tpaxscripter_events.htm">Events</a></li>
<li><a href="tpaxscripter_routines.htm">Registration routines</a></li>
<li><a href="tpaxscripter_constants.htm">Constants</a></li>
<li><a href="tpaxscripter_rel.htm">Related Types</a></li>
</ul>
<h4>
Demos (Delphi)
</h4>
<ul>
<li><a href="tps_demo_hello.htm">Hello</a></li>
<li><a href="tps_demo_paxtime.htm">PAX Time</a></li>
<li><a href="tps_demo_activex.htm">ActiveX</a></li>
<li><a href="tps_demo_fulltest.htm">Full Test</a></li>
<li><a href="tps_demo_codeexpl.htm">Code Explorer</a></li>
<li><a href="tps_demo_dfm.htm">Importing DFM files</a></li>
<li><a href="tps_demo_thread.htm">Test threads</a></li>
<li><a href="tps_demo_compile.htm">Separate Compilation</a></li>
<li><a href="tps_demo_overload.htm">Registering overloaded routines and routines which have
default parameters.</a>
<li><A HREF="tps_demo_fields.htm">Importing private, protected and public fields of a Delphi class.</A>
<li><A HREF="tps_demo_records.htm">Importing record types</A>.
<li><A HREF="tps_demo_ondefine.htm">TPaxScripter.OnDefine event.
<li><A HREF="tps_demo_oninclude.htm">TPaxScripter.OnInclude event.
<li><A HREF="tps_demo_onhalt.htm">TPaxScripter.OnHalt event.
<li><A HREF="tps_demo_getclassinfo.htm">TPaxScripter.GetClassInfo method.
</ul>
<h4>
Demos (Borland C++ Builder)
</h4>
<ul>
<li><a href="tps_bcb_demo_hello.htm">Hello</a></li>
<li><a href="tps_bcb_demo_paxtime.htm">PAX Time</a></li>
<li><a href="tps_bcb_demo_activex.htm">ActiveX</a></li>
</ul>
<p>
<HR>
<font size = 1 color ="gray">
Copyright © 1999-2005
VIRT Laboratory. All rights reserved.
</font>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?