<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>8 Feb 2018 09:15:00 Z</lastBuildDate><pubDate>8 Feb 2018 09:15:00 Z</pubDate><description>Hi,&#13;
I have this code&#13;
&#13;
Info(ComponentInfo(CMP_Mycomponent,ciVersion))&#13;
sListComponent is string = ComponentList()&#13;
FOR EACH STRING sComponent OF sListComponent SEPARATED BY CR&#13;
sWindowName is string = EnumElement(enumWindow,ExtractString(sComponent,1))&#13;
WHILE (sWindowName &lt;&gt; "")&#13;
IF sWindowName &lt;&gt; "" THEN gaaWindows[sWindowName] = ""&#13;
sWindowName = EnumElement()&#13;
END&#13;
END&#13;
Info(ComponentInfo(CMP_Mycomponent,ciVersion))&#13;
&#13;
On first Info I get the right version, on the second one i get no results.&#13;
Do you have an explanation for this?&#13;
&#13;
Dann</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64464-wd20-componentinfo-does-not-retrieve-anymore-results-after/read.awp</link><title>[WD20] ComponentInfo() does not retrieve anymore results after use EnumElement() on that component</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
