Xml.XMLIntf.IXMLNode.SetChildValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetChildValue(const IndexOrName: OleVariant; const Value: OleVariant);

C++

virtual void __fastcall SetChildValue(const System::OleVariant &IndexOrName, const System::OleVariant &Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLNode

Description

Sets the value of a specified child node.

SetChildValue is the write implementation of the ChildValues property.

IndexOrName identifies the desired child node by either its interface, or by a string that is the local name of the child node.

Value is the value to assign.

See Also