Items (xmldoc)
property Items[index:Integer]:TxmlItem;
Lecture/Ecriture
Cette propriété accède aux éléments racines.
Exemple:
procedure foo(doc:TxmlDocument);
begin
if doc.Count<>0 then
doSomething(doc.Items[0]);
end;
Voir aussi:
property Items[index:Integer]:TxmlItem;
Lecture/Ecriture
Cette propriété accède aux éléments racines.
Exemple:
procedure foo(doc:TxmlDocument);
begin
if doc.Count<>0 then
doSomething(doc.Items[0]);
end;
Voir aussi: