Xml.XMLIntf.IXMLNode.SetNodeValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetNodeValue(const Value: OleVariant);

C++

virtual void __fastcall SetNodeValue(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 this node.

SetNodeValue is the write implementation of the NodeValue property.

Value is the value to assign.

See Also