<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[My Visual Database — Using BUtton(Sender) in a script]]></title>
		<link>https://myvisualdatabase.com/forum/viewtopic.php?id=562</link>
		<atom:link href="https://myvisualdatabase.com/forum/extern.php?action=feed&amp;tid=562&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Using BUtton(Sender) in a script.]]></description>
		<lastBuildDate>Sun, 12 Oct 2014 06:23:07 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Using BUtton(Sender) in a script]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=2768#p2768</link>
			<description><![CDATA[<p>Well<br />It&#039;s totally clear now for me<br />Thanks</p>]]></description>
			<author><![CDATA[null@example.com (jean.brezhonek)]]></author>
			<pubDate>Sun, 12 Oct 2014 06:23:07 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=2768#p2768</guid>
		</item>
		<item>
			<title><![CDATA[Re: Using BUtton(Sender) in a script]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=2759#p2759</link>
			<description><![CDATA[<p>Sorry, may be I do not understand your question )</p><br /><p>Sender is name of component who sent the event.<br /></p><div class="codebox"><pre><code>procedure Form1_Button_OnClick (Sender: string; var Cancel: boolean);
begin
     if Sender = &#039;Button1&#039;  then ShowMessage(&#039;Event from Button1&#039;);
     if Sender = &#039;Button2&#039;  then ShowMessage(&#039;Event from Button2&#039;);
end;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (DriveSoft)]]></author>
			<pubDate>Sat, 11 Oct 2014 20:05:20 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=2759#p2759</guid>
		</item>
		<item>
			<title><![CDATA[Re: Using BUtton(Sender) in a script]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=2755#p2755</link>
			<description><![CDATA[<p>Thanks for your answer</p><p>ShowMessage(Sender);</p><p>There is not any parameter to give, (Sender) is enough ?</p><p>Best regards</p><p>Jean B.</p>]]></description>
			<author><![CDATA[null@example.com (jean.brezhonek)]]></author>
			<pubDate>Sat, 11 Oct 2014 18:34:49 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=2755#p2755</guid>
		</item>
		<item>
			<title><![CDATA[Re: Using BUtton(Sender) in a script]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=2753#p2753</link>
			<description><![CDATA[<p>Hello,</p><br /><p>One event may belong to two or more buttons, <strong>Sender</strong> lets you know who sent the event.<br /></p><div class="codebox"><pre><code>procedure Form1_Button_OnClick (Sender: string; var Cancel: boolean);
begin
     ShowMessage(Sender);
end;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (DriveSoft)]]></author>
			<pubDate>Sat, 11 Oct 2014 16:13:00 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=2753#p2753</guid>
		</item>
		<item>
			<title><![CDATA[Using BUtton(Sender) in a script]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=2750#p2750</link>
			<description><![CDATA[<p>Hello Dimitri</p><p>In this new version of MVD,Is it possible to use in a script this instruction :<br />(here is an exemple in pseudo code)</p><p>Procedure Button1.Click(.........)<br />Begin<br />&nbsp; &nbsp; &nbsp; &nbsp;Refresh_Button(Sender......).;<br />End;</p><p>This to automatically refresh a database.(or why not by using a timer)</p><p>Thanks</p><p>Jean B.</p>]]></description>
			<author><![CDATA[null@example.com (jean.brezhonek)]]></author>
			<pubDate>Sat, 11 Oct 2014 09:54:45 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=2750#p2750</guid>
		</item>
	</channel>
</rss>
