31 lines
987 B
HTML
31 lines
987 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<link rel="stylesheet" type="text/css" href="..\styles.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<img src="..\..\ro.png" alt="" align="right">
|
||
|
|
|
||
|
|
<!-------------------------------------------------------------------------->
|
||
|
|
|
||
|
|
<p class="h1">
|
||
|
|
<span>Variants</span>
|
||
|
|
</p>
|
||
|
|
|
||
|
|
<h2>Purpose</h2>
|
||
|
|
|
||
|
|
<p>This example shows how the RemObjects SDK can transfer variants and array of Variants from the client and server using the TROBinMessage and TROSOAPMessage message types.</p>
|
||
|
|
|
||
|
|
<h2>Examine the Code</h2>
|
||
|
|
|
||
|
|
<ul>
|
||
|
|
<li>
|
||
|
|
See how the service is defined in the service library. Do this by making the server the selected project and by using the menu option: RemObjects | Edit Service Library. Note: if you don't see this menu option but see 'Service Builder' instead, you still have the client set as the current project.
|
||
|
|
</li>
|
||
|
|
<li>
|
||
|
|
Examine the simple code needed to invoke the methods in
|
||
|
|
<strong>VariantsClientMain.pas</strong>.
|
||
|
|
</li>
|
||
|
|
</ul>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|