ItemsText (xmlitem)
<source lang='delphi'>property ItemsText[const iItemName:string]:string;</source>
Cette propriété retrouve le texte d'un élément enfant.
iItemName | Nom de l'élément à rechercher
Le nom peut être composé d'un nom d'attribut. |
Exemple: <source lang='delphi'> procedure foo(elt:TxmlItem); var ss:string; begin
ss := elt.ItemsText('root.name'); if ss<> then begin ... end;
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 —
}}