RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNode.SetChildValue Method

Sets the value of a specified child node.

Pascal
procedure SetChildValue(const IndexOrName: OleVariant; const Value: OleVariant);
C++
__fastcall SetChildValue(const OleVariant IndexOrName, const OleVariant Value);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!