Xml.xmldom.IDOMNode.set_nodeValue

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure set_nodeValue(value: DOMString); safecall;

C++

virtual HRESULT __safecall set_nodeValue(System::UnicodeString value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMNode

Description

Sets the value of the node.

set_set_nodeValue is the write implementation of the set_nodeValue property.

value is the new value for the node.

See Also