Hallo Helmi,
eigentlich hatte ich noch etwas ganz anderes schreiben wollen, aber ich bin manchmal etwas unkonzentriert:
Delphi-Quellcode:
var
ov: OleVariant;
begin
ov := XML_Node.ChildValues['Caption'];
if VarIsNull(ov)
then Caption_Text := ''
else Caption_Text := ov;
end;
Grüße vom marabu