<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>http://wiki.sage.fr/index.php?action=history&amp;feed=atom&amp;title=FindItem_%28xmlitem%29</id>
	<title>FindItem (xmlitem) - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.sage.fr/index.php?action=history&amp;feed=atom&amp;title=FindItem_%28xmlitem%29"/>
	<link rel="alternate" type="text/html" href="http://wiki.sage.fr/index.php?title=FindItem_(xmlitem)&amp;action=history"/>
	<updated>2026-05-25T03:51:32Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>http://wiki.sage.fr/index.php?title=FindItem_(xmlitem)&amp;diff=1192&amp;oldid=prev</id>
		<title>Syfre : Nouvelle page : &lt;source lang=&#039;delphi&#039;&gt;function FindItem(const iName:string; iLocalName:boolean):TxmlItem;&lt;/source&gt;  Cette fonction retourne l&#039;élément enfant de nom qualifié indiquée.  {{info|La ...</title>
		<link rel="alternate" type="text/html" href="http://wiki.sage.fr/index.php?title=FindItem_(xmlitem)&amp;diff=1192&amp;oldid=prev"/>
		<updated>2009-08-07T14:09:24Z</updated>

		<summary type="html">&lt;p&gt;Nouvelle page : &amp;lt;source lang=&amp;#039;delphi&amp;#039;&amp;gt;function FindItem(const iName:string; iLocalName:boolean):TxmlItem;&amp;lt;/source&amp;gt;  Cette fonction retourne l&amp;#039;élément enfant de nom qualifié indiquée.  {{info|La ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;#039;delphi&amp;#039;&amp;gt;function FindItem(const iName:string; iLocalName:boolean):TxmlItem;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cette fonction retourne l&amp;#039;élément enfant de nom qualifié indiquée.&lt;br /&gt;
&lt;br /&gt;
{{info|La recherche est récursive dans tous les éléments enfants. Le premier élément correspondant trouvé est retourné.}}&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|iName&lt;br /&gt;
|Nom de l&amp;#039;élément recherché.&lt;br /&gt;
|-&lt;br /&gt;
|iLocalName&lt;br /&gt;
|Si True le [[LocalName (xmlitem)|nom local]] est recherché, sinon le [[QName (xmlitem)|nom qualifié]] est recherché.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Exemple:&lt;br /&gt;
&amp;lt;source lang=&amp;#039;delphi&amp;#039;&amp;gt;&lt;br /&gt;
procedure foo(elt:TxmlItem);&lt;br /&gt;
var itm:TxmlItem;&lt;br /&gt;
begin&lt;br /&gt;
  itm := elt.Find(&amp;#039;ns0:item&amp;#039;,false);&lt;br /&gt;
  if Assigned(itm) then&lt;br /&gt;
    begin&lt;br /&gt;
    ...&lt;br /&gt;
    end;&lt;br /&gt;
end;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Voir aussi:&lt;br /&gt;
&lt;br /&gt;
*[[FindSelfItem (xmlitem)|FindSelfItem]]&lt;br /&gt;
*[[FindChildItem (xmlitem)|FindChildItem]]&lt;br /&gt;
&lt;br /&gt;
{{Footer|Eléments XML (tech)}}&lt;br /&gt;
[[category:Elément XML]]&lt;/div&gt;</summary>
		<author><name>Syfre</name></author>
	</entry>
</feed>