Attributes (xmlitem)
<source lang='delphi'>property Attributes[index:Integer]:TxmlAttribute;</source>
Lecture seule
Cette propriété accède aux attributs de l'élément.
Exemple: <source lang='delphi'> procedure foo(elt:TxmlItem); var idx:Integer; begin
for idx:=0 to elt.AttributeCount-1 do doSomething(elt.Attributes[idx]);
end; </source>
Voir aussi:
{{#if:Eléments XML (tech)|
{{#if:Eléments XML (tech)|— Eléments XML (tech) |}} — Développement DSM —
|
{{#if:|— [[{{{1}}}]] |}} — Développement DSM —
}}