<?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_TMult_Position_Example</id>
	<title>RPC HELP TMult Position 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_TMult_Position_Example"/>
	<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=RPC_HELP_TMult_Position_Example&amp;action=history"/>
	<updated>2026-04-21T11:20:07Z</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_TMult_Position_Example&amp;diff=16476&amp;oldid=prev</id>
		<title>Kdtop: Created page with &quot; RPC Broker Help Home &lt;h2&gt;Position Example&lt;/h2&gt; Back  The following program code demonstrates how to get the position of an item...&quot;</title>
		<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=RPC_HELP_TMult_Position_Example&amp;diff=16476&amp;oldid=prev"/>
		<updated>2015-07-03T23:28:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php/RPC_Broker_Help&quot; title=&quot;RPC Broker Help&quot;&gt; RPC Broker Help Home&lt;/a&gt; &amp;lt;h2&amp;gt;Position Example&amp;lt;/h2&amp;gt; &lt;a href=&quot;/index.php/RPC_HELP_Mult_Position&quot; title=&quot;RPC HELP Mult Position&quot;&gt;Back&lt;/a&gt;  The following program code demonstrates how to get the position of an item...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[RPC_Broker_Help| RPC Broker Help Home]]&lt;br /&gt;
&amp;lt;h2&amp;gt;Position Example&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[RPC_HELP_Mult_Position|Back]]&lt;br /&gt;
&lt;br /&gt;
The following program code demonstrates how to get the position of an item in a TMult variable:&lt;br /&gt;
	&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;var&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
      Mult: TMult;&lt;br /&gt;
    &amp;#039;&amp;#039;&amp;#039;begin&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
      {Create Mult. Make Form1 its owner}&lt;br /&gt;
      Mult := TMult.Create(Form1);&lt;br /&gt;
      Label1.Caption := &amp;#039;The position of the &amp;#039;&amp;#039;Third&amp;#039;&amp;#039; element is &amp;#039; +&lt;br /&gt;
      {will be -1 since the list is empty}&lt;br /&gt;
      IntToStr(Mult.Postion(&amp;#039;Third&amp;#039;));&lt;br /&gt;
      Mult[&amp;#039;Second&amp;#039;] := &amp;#039;Two&amp;#039;;&lt;br /&gt;
      Label1.Caption := &amp;#039;The position of the &amp;#039;&amp;#039;Third&amp;#039;&amp;#039; element is &amp;#039; +&lt;br /&gt;
      {will be -1 since &amp;#039;Third&amp;#039; item does not exit}&lt;br /&gt;
      IntToStr(Mult.Postion(&amp;#039;Third&amp;#039;));&lt;br /&gt;
      Label1.Caption := &amp;#039;The position of the &amp;#039;&amp;#039;Second&amp;#039;&amp;#039; element is &amp;#039; +&lt;br /&gt;
      {will be 0, TMult positions start with 0}&lt;br /&gt;
      IntToStr(Mult.Postion(&amp;#039;Second&amp;#039;));&lt;br /&gt;
    &amp;#039;&amp;#039;&amp;#039;end;&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Kdtop</name></author>
	</entry>
</feed>