RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDOMNode.set_nodeValue Method

Sets the value of the node.

Pascal
procedure set_nodeValue(value: DOMString); safecall;
C++
__fastcall set_nodeValue(DOMString value);

set_set_nodeValue is the write implementation of the set_nodeValue property. 

value is the new value for the node. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!