<?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: Morfik Tip: Calling Morfik functions or methods from JavaScript</title>
	<atom:link href="http://www.pannonrex.com/2007/03/09/morfik-tips-calling-morfik-functions-or-methods-from-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pannonrex.com/2007/03/09/morfik-tips-calling-morfik-functions-or-methods-from-javascript/</link>
	<description>Solutions that Work</description>
	<lastBuildDate>Wed, 26 Jan 2011 13:08:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: piprog</title>
		<link>http://www.pannonrex.com/2007/03/09/morfik-tips-calling-morfik-functions-or-methods-from-javascript/comment-page-1/#comment-1988</link>
		<dc:creator>piprog</dc:creator>
		<pubDate>Fri, 09 Mar 2007 19:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pannonrex.com/blog/?p=56#comment-1988</guid>
		<description>I updated the original post with some more info on getSimpleMethodPointer().</description>
		<content:encoded><![CDATA[<p>I updated the original post with some more info on getSimpleMethodPointer().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: piprog</title>
		<link>http://www.pannonrex.com/2007/03/09/morfik-tips-calling-morfik-functions-or-methods-from-javascript/comment-page-1/#comment-1987</link>
		<dc:creator>piprog</dc:creator>
		<pubDate>Fri, 09 Mar 2007 18:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.pannonrex.com/blog/?p=56#comment-1987</guid>
		<description>Hi Stoicho,

You make a point here. The JavaScript example function I have shown is actually a JavaScript function embedded in Pascal :-) -- I&#039;ll write a new Tip clarifying this. But the essence is: you can copy the above function verbatim into a Pascal file, and it will work! Morfik rulez :-)

Peter</description>
		<content:encoded><![CDATA[<p>Hi Stoicho,</p>
<p>You make a point here. The JavaScript example function I have shown is actually a JavaScript function embedded in Pascal :-) &#8212; I&#8217;ll write a new Tip clarifying this. But the essence is: you can copy the above function verbatim into a Pascal file, and it will work! Morfik rulez :-)</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoicho Monev</title>
		<link>http://www.pannonrex.com/2007/03/09/morfik-tips-calling-morfik-functions-or-methods-from-javascript/comment-page-1/#comment-1971</link>
		<dc:creator>Stoicho Monev</dc:creator>
		<pubDate>Fri, 09 Mar 2007 15:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.pannonrex.com/blog/?p=56#comment-1971</guid>
		<description>Wow, so now I can write complex logic in Pascal or other 3 (Basic, Java and c#), and then I can expose this to JavaScript.

Until now, I did not have a scenario where I might use this, but I guess it is just because I did not know this exists.

Btw, I can not test this now, but is this the actual calling from javascript:

function GetFuncResult: Integer; JavaScript; (*!
  return AFunctionToCall(34, 26, &quot;hello&quot;);
*)

If so, why the syntax is like that? I mean the &#039;*&#039; and &#039;!,&#039;?</description>
		<content:encoded><![CDATA[<p>Wow, so now I can write complex logic in Pascal or other 3 (Basic, Java and c#), and then I can expose this to JavaScript.</p>
<p>Until now, I did not have a scenario where I might use this, but I guess it is just because I did not know this exists.</p>
<p>Btw, I can not test this now, but is this the actual calling from javascript:</p>
<p>function GetFuncResult: Integer; JavaScript; (*!<br />
  return AFunctionToCall(34, 26, &#8220;hello&#8221;);<br />
*)</p>
<p>If so, why the syntax is like that? I mean the &#8216;*&#8217; and &#8216;!,&#8217;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

