<?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=AddItems_%28xmlitem%29</id>
	<title>AddItems (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=AddItems_%28xmlitem%29"/>
	<link rel="alternate" type="text/html" href="http://wiki.sage.fr/index.php?title=AddItems_(xmlitem)&amp;action=history"/>
	<updated>2026-05-25T06:43:48Z</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=AddItems_(xmlitem)&amp;diff=13159&amp;oldid=prev</id>
		<title>Syfre : Page créée avec « &lt;source lang=&#039;delphi&#039;&gt;function AddItems(const iItemNames:Array of string; const ivalues:Array of variant):Integer;&lt;/source&gt;  Cette fonction crée un ensemble d&#039;élément e... »</title>
		<link rel="alternate" type="text/html" href="http://wiki.sage.fr/index.php?title=AddItems_(xmlitem)&amp;diff=13159&amp;oldid=prev"/>
		<updated>2020-01-24T09:33:44Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « &amp;lt;source lang=&amp;#039;delphi&amp;#039;&amp;gt;function AddItems(const iItemNames:Array of string; const ivalues:Array of variant):Integer;&amp;lt;/source&amp;gt;  Cette fonction crée un ensemble d&amp;#039;élément e... »&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 AddItems(const iItemNames:Array of string; const ivalues:Array of variant):Integer;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cette fonction crée un ensemble d&amp;#039;élément enfant en définissant leur valeur.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|iItemNames&lt;br /&gt;
|Tableau de nom des éléments&lt;br /&gt;
|-&lt;br /&gt;
|iValue&lt;br /&gt;
|Tableau de valeur des éléments&lt;br /&gt;
|-&lt;br /&gt;
|Result&lt;br /&gt;
|Le nombre d&amp;#039;élément créé.&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;
function foo(elt:TxmlItem):TxmlItem;&lt;br /&gt;
begin&lt;br /&gt;
  Result := elt.AddItems([&amp;#039;childS&amp;#039;,&amp;#039;childB&amp;#039;,&amp;#039;childI&amp;#039;,&amp;#039;childF&amp;#039;],[&amp;#039;aString&amp;#039;,True,1,1.00]);&lt;br /&gt;
end;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Voir aussi:&lt;br /&gt;
* [[AsVariant (xmlitem)|Valeur d&amp;#039;un élément]]&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>