<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://vistapedia.com/index.php?action=history&amp;feed=atom&amp;title=RPC_HELP_TRPCBroker_Param_Example</id>
	<title>RPC HELP TRPCBroker Param Example - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://vistapedia.com/index.php?action=history&amp;feed=atom&amp;title=RPC_HELP_TRPCBroker_Param_Example"/>
	<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=RPC_HELP_TRPCBroker_Param_Example&amp;action=history"/>
	<updated>2026-05-03T04:53:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://vistapedia.com/index.php?title=RPC_HELP_TRPCBroker_Param_Example&amp;diff=16583&amp;oldid=prev</id>
		<title>Kdtop: Created page with &quot;&lt;h2&gt;Param Example&lt;/h2&gt;  The following program code demonstrates how the Param property of a TRPCBroker component is referenced and filled with two parameters that the remote p...&quot;</title>
		<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=RPC_HELP_TRPCBroker_Param_Example&amp;diff=16583&amp;oldid=prev"/>
		<updated>2015-07-04T17:57:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;h2&amp;gt;Param Example&amp;lt;/h2&amp;gt;  The following program code demonstrates how the Param property of a TRPCBroker component is referenced and filled with two parameters that the remote p...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;h2&amp;gt;Param Example&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following program code demonstrates how the Param property of a TRPCBroker component is referenced and filled with two parameters that the remote procedure expects:&lt;br /&gt;
	&lt;br /&gt;
    &amp;#039;&amp;#039;&amp;#039;procedure&amp;#039;&amp;#039;&amp;#039; TForm1.Button1Click(Sender: TObject);&lt;br /&gt;
    &amp;#039;&amp;#039;&amp;#039;begin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
      {first parameter is a single string}&lt;br /&gt;
      brkrRPCBroker1.Param[0].Value := &amp;#039;05/01/97&amp;#039;;&lt;br /&gt;
      brkrRPCBroker1.Param[0].PType := literal;&lt;br /&gt;
      {second parameter is a list}&lt;br /&gt;
      brkrRPCBroker1.Param[1].Mult[&amp;#039;&amp;quot;NAME&amp;quot;&amp;#039;] := &amp;#039;SMITH,JOHN&amp;#039;;&lt;br /&gt;
      brkrRPCBroker1.Param[1].Mult[&amp;#039;&amp;quot;SSN&amp;quot;&amp;#039;] := &amp;#039;123-45-6789&amp;#039;;&lt;br /&gt;
      brkrRPCBroker1.Param[1].PType := list;&lt;br /&gt;
    &amp;#039;&amp;#039;&amp;#039;end;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
	&lt;br /&gt;
For a demonstration using the Param property, please run the BrokerExample.EXE located in the ..\BDK32\Samples\BrokerEx directory.&lt;/div&gt;</summary>
		<author><name>Kdtop</name></author>
	</entry>
</feed>