<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>13 Mar 2015 07:48:00 Z</lastBuildDate><pubDate>12 Mar 2015 17:06:00 Z</pubDate><description>Hi all.&#13;
Did someone have a deal with ActiveX object and returning objects? For example, there is a method CreateBox that returns the object (created box). In C# it would looks like:&#13;
SomeLib.Box box = CreateBox(...) box.Text = 'My Box'&#13;
What about WinDev in this area?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50918-activex-and-returned-objects/read.awp</link><title>ActiveX and returned objects</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50918-activex-and-returned-objects-50925/read.awp</comments><pubDate>13 Mar 2015 07:48:00 Z</pubDate><description>Quote&#13;
Arie Mars&#13;
&#13;
you need the "dynamic" keyword for that.&#13;
&#13;
box is object automation dynamic&#13;
&#13;
box = Createbox(...)&#13;
&#13;
box&gt;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50918-activex-and-returned-objects-50925/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50918-activex-and-returned-objects-50925/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50918-activex-and-returned-objects/read.awp">ActiveX and returned objects</source><title>Re: ActiveX and returned objects</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50918-activex-and-returned-objects-50923/read.awp</comments><pubDate>12 Mar 2015 19:57:00 Z</pubDate><description>Arekusei&#13;
you need the "dynamic" keyword for that.&#13;
&#13;
box is object automation dynamic&#13;
box = Createbox(...)&#13;
box&gt;&gt;Text = "My bo…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50918-activex-and-returned-objects-50923/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50918-activex-and-returned-objects-50923/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50918-activex-and-returned-objects/read.awp">ActiveX and returned objects</source><title>Re: ActiveX and returned objects</title></item></channel></rss>
