<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How do i load a form from a form in delphi?</title>
	<atom:link href="http://www.bugfindr.com/1051/how-do-i-load-a-form-from-a-form-in-delphi.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bugfindr.com/1051/how-do-i-load-a-form-from-a-form-in-delphi.html</link>
	<description>Smashing resource for tech people</description>
	<lastBuildDate>Wed, 09 Jun 2010 18:59:23 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6-beta1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Erbert</title>
		<link>http://www.bugfindr.com/1051/how-do-i-load-a-form-from-a-form-in-delphi.html/comment-page-1#comment-834</link>
		<dc:creator>Erbert</dc:creator>
		<pubDate>Sun, 14 Mar 2010 23:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bugfindr.com/1051/how-do-i-load-a-form-from-a-form-in-delphi.html#comment-834</guid>
		<description>Procedure SwitchForms();
Begin
  Form1.Hide;
  Form2.Show;
End;


Basically.
If you want to have different variables to be shared, just store them as variables in the unit that declares this process</description>
		<content:encoded><![CDATA[<p>Procedure SwitchForms();<br />
Begin<br />
  Form1.Hide;<br />
  Form2.Show;<br />
End;</p>
<p>Basically.<br />
If you want to have different variables to be shared, just store them as variables in the unit that declares this process</p>
]]></content:encoded>
	</item>
</channel>
</rss>
