Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Samples/COM/COM.Sample.html

39 lines
1014 B
HTML
Raw Normal View History

<html>
<head>
<link rel="stylesheet" type="text/css" href="..\styles.css">
</head>
<body>
<img src="..\..\ro.png" alt="" align="right">
<!-------------------------------------------------------------------------->
<p class="h1">
<span>COM Sample</span>
</p>
<h2>Purpose</h2>
<p>This sample shows how to call an existing RO server using COM.</p>
<h2>Getting Started</h2>
<ul>
<li>Build or compile both projects.</li>
<li>Launch the MegaDemoServer.exe (via the menu option: <strong>RemObjects |
Launch Server Executable</strong>) and activate the HTTP server</li>.
<li>Ensure that COMClient is the selected project and run it.</li>
<li>Check that the client buttons work as expected.</li>
</ul>
<h2>Examine the Code</h2>
<ul>
<li>
See the simple code needed to invoke the methods in <strong>COM_Main.pas</strong>.
</li>
</ul>
<h2>Note</h2>
<p>
The sample also shows how to call server methods from *.asp, *.vbs, *.xls.
</p>
</body>
</html>