AttributesByName (xmlitem)
De Wiki1000
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: