﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <description><![CDATA[Comments for Delphi Labs: DataSnap XE - "Plain Old Delphi Object" Parameters]]></description>
    <title><![CDATA[Comments for Delphi Labs: DataSnap XE - "Plain Old Delphi Object" Parameters]]></title>
    <link>http://edn.embarcadero.com/article/41338</link>
    <!-- source: http://edn.embarcadero.com/article/41338/feed-->
    <dc:date>2013-06-20T00:37:25-07:00</dc:date>
    <item>
      <description><![CDATA[Thanks! a question is:On server side, how server knows when it will free the created Person?or just do not need to free the created Person ?]]></description>
      <title><![CDATA[Delphi Labs: DataSnap XE - ]]></title>
      <managingEditor>
	 (chen zero)
</managingEditor>
      <guid isPermaLink="true">http://threads.embarcadero.com/threads/threads.exe/view?commentid=43638</guid>
      <dc:date>2012-07-26T08:15:56-07:00</dc:date>
      <pubDate>2012-07-26T08:15:56-07:00</pubDate>
      <source url="http://edn.embarcadero.com/article/41338/feed">Comments for Delphi Labs: DataSnap XE - "Plain Old Delphi Object" Parameters</source>
    </item>
    <item>
      <description><![CDATA[update!module Data.DBXJSONReflectprocedure TJSONPopulationCustomizer.PrePopulatestring 3472...rttiField.GetValue(Data).AsObject.Free;rttiField.SetValue(Data, TValue.Empty);...I guess error is hereI swapped that strings and now all seems OK]]></description>
      <title><![CDATA[re: Delphi Labs: DataSnap XE -]]></title>
      <managingEditor>
	 (Vladimir Krapotkin)
</managingEditor>
      <guid isPermaLink="true">http://threads.embarcadero.com/threads/threads.exe/view?commentid=43328</guid>
      <dc:date>2011-11-29T04:06:48-08:00</dc:date>
      <pubDate>2011-11-29T04:06:48-08:00</pubDate>
      <source url="http://edn.embarcadero.com/article/41338/feed">Comments for Delphi Labs: DataSnap XE - "Plain Old Delphi Object" Parameters</source>
    </item>
    <item>
      <description><![CDATA[I guess it needs to use this technologyhttp://docwiki.embarcadero.com/RADStudio/en/Serializing_User_Objectsbut unfortunately I don't know how.If the unmarshaller we could tune in generated ClientClassesUnit, butthe marshaller should be in Server, isn't it.But it's invisible. We only have a declaration of my method, no marshalling of it.]]></description>
      <title><![CDATA[Delphi Labs: DataSnap XE - ]]></title>
      <managingEditor>
	 (Vladimir Krapokin)
</managingEditor>
      <guid isPermaLink="true">http://threads.embarcadero.com/threads/threads.exe/view?commentid=43305</guid>
      <dc:date>2011-11-11T03:41:10-08:00</dc:date>
      <pubDate>2011-11-11T03:41:10-08:00</pubDate>
      <source url="http://edn.embarcadero.com/article/41338/feed">Comments for Delphi Labs: DataSnap XE - "Plain Old Delphi Object" Parameters</source>
    </item>
    <item>
      <description><![CDATA[Great article! Thank you!but I still have one important question: how can I transfer a list of objects, i.e. using generics:  function GetPersons: TList&lt;TPerson&gt;;-&gt; I got errors at unmarshalling on the client ... what do I have to do?]]></description>
      <title><![CDATA[Delphi Labs: DataSnap XE - ]]></title>
      <managingEditor>
	 (Patrick Krause)
</managingEditor>
      <guid isPermaLink="true">http://threads.embarcadero.com/threads/threads.exe/view?commentid=43291</guid>
      <dc:date>2011-10-31T09:28:06-07:00</dc:date>
      <pubDate>2011-10-31T09:28:06-07:00</pubDate>
      <source url="http://edn.embarcadero.com/article/41338/feed">Comments for Delphi Labs: DataSnap XE - "Plain Old Delphi Object" Parameters</source>
    </item>
    <item>
      <description><![CDATA[&gt; we will see that gTClientModule1h class has gInstanceOwnerh property that is initialized to gtrueh in its constructor.Another FATAL memory management issue has been found in Delphi XE.[FreeOnExecute dows not work as expected in TDBXMorphicCommand]http://qc.embarcadero.com/wc/qcmain.aspx?d=96332]]></description>
      <title><![CDATA[Delphi Labs: DataSnap XE - ]]></title>
      <managingEditor>
	 (Tomohiro Takahashi)
</managingEditor>
      <guid isPermaLink="true">http://threads.embarcadero.com/threads/threads.exe/view?commentid=43147</guid>
      <dc:date>2011-07-19T19:00:29-07:00</dc:date>
      <pubDate>2011-07-19T19:00:29-07:00</pubDate>
      <source url="http://edn.embarcadero.com/article/41338/feed">Comments for Delphi Labs: DataSnap XE - "Plain Old Delphi Object" Parameters</source>
    </item>
    <item>
      <description><![CDATA[[TJSONObject.ToString doesn't properly handle strings with embedded double quote]http://qc.embarcadero.com/wc/qcmain.aspx?d=93561]]></description>
      <title><![CDATA[Delphi Labs: DataSnap XE - PODO]]></title>
      <managingEditor>
	 (Tomohiro Takahashi)
</managingEditor>
      <guid isPermaLink="true">http://threads.embarcadero.com/threads/threads.exe/view?commentid=43104</guid>
      <dc:date>2011-05-04T19:04:15-07:00</dc:date>
      <pubDate>2011-05-04T19:04:15-07:00</pubDate>
      <source url="http://edn.embarcadero.com/article/41338/feed">Comments for Delphi Labs: DataSnap XE - "Plain Old Delphi Object" Parameters</source>
    </item>
    <item>
      <description><![CDATA[[Running a datasnap server exposing a method that return a TObject descendant fails when accessed from a multithreaded client.]http://qc.embarcadero.com/wc/qcmain.aspx?d=92921]]></description>
      <title><![CDATA[Delphi Labs: DataSnap XE - POJO]]></title>
      <managingEditor>
	 (Tomohiro Takahashi)
</managingEditor>
      <guid isPermaLink="true">http://threads.embarcadero.com/threads/threads.exe/view?commentid=43090</guid>
      <dc:date>2011-04-19T21:16:38-07:00</dc:date>
      <pubDate>2011-04-19T21:16:38-07:00</pubDate>
      <source url="http://edn.embarcadero.com/article/41338/feed">Comments for Delphi Labs: DataSnap XE - "Plain Old Delphi Object" Parameters</source>
    </item>
    <generator>Atom 1.0 XSLT Transform v1 (http://atom.geekhood.net)</generator>
  </channel>
</rss>