AttributesByName (xmlitem)
(Redirigé depuis AtributesByName (xmlitem))
property AttributesByName[const iName:string]:TxmlAttribute;
Lecture seule
Cette propriété accède aux attributs par leur nom.
Exemple:
procedure foo(elt:TxmlItem);
begin
elt.AttributesByName['color'].Value := 'red';
end;
Voir aussi: