<?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_GetServerIP_Example</id>
	<title>RPC HELP GetServerIP 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_GetServerIP_Example"/>
	<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=RPC_HELP_GetServerIP_Example&amp;action=history"/>
	<updated>2026-05-01T19:14:42Z</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_GetServerIP_Example&amp;diff=16678&amp;oldid=prev</id>
		<title>Kdtop: Created page with &quot; RPC Broker Help Home &lt;h2&gt;GetServerIP Example&lt;/h2&gt;  The following is example of the GetServerIP function:      // include the unit RpcConf1 in the Uses cla...&quot;</title>
		<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=RPC_HELP_GetServerIP_Example&amp;diff=16678&amp;oldid=prev"/>
		<updated>2015-07-05T22:51:44Z</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;GetServerIP Example&amp;lt;/h2&amp;gt;  The following is example of the GetServerIP function:      // include the unit RpcConf1 in the Uses cla...&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;GetServerIP Example&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following is example of the GetServerIP function:&lt;br /&gt;
&lt;br /&gt;
    // include the unit RpcConf1 in the Uses clause&lt;br /&gt;
    &lt;br /&gt;
    // An edit box on the form is assumed to be named edtIPAddress&lt;br /&gt;
    &lt;br /&gt;
    // Another edit box (edtInput) is used to input a desired server name&lt;br /&gt;
    &lt;br /&gt;
    uses RpcConf1;&lt;br /&gt;
    &lt;br /&gt;
    procedure Tform1.Button1Click(Sender: TObject);&lt;br /&gt;
    var&lt;br /&gt;
      ServerName: string;&lt;br /&gt;
    begin&lt;br /&gt;
      ServerName := &amp;#039;forum.med.va.gov&amp;#039;;&lt;br /&gt;
      edtIPAddress.Text := GetServerIP(edtInput.Text);&lt;br /&gt;
      // For Forum.va.gov returns &amp;#039;152.128.1.25&amp;#039;&lt;br /&gt;
      // For garbage returns &amp;#039;Unknown!&amp;#039;&lt;br /&gt;
    end;&lt;/div&gt;</summary>
		<author><name>Kdtop</name></author>
	</entry>
</feed>