TargetNameSpace (xmlitem)
property TargetNameSpace:string;
Lecture seule
Cette propriété retourne le domaine (URI) cible de l'élément. Le domaine cible est le domaine d'identifiant "tns".
Exemple:
procedure foo(elt:TxmlItem);
begin
if elt.TargetNameSpace = 'http://www.sage.com/....' then
begin
end;
end;
Voir aussi: