Xml.XMLIntf.IXMLNode.GetNodeValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNodeValue: OleVariant;

C++

virtual System::OleVariant __fastcall GetNodeValue() = 0 ;

Properties

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

Description

Returns the value of the node.

GetNodeValue is the read implementation of the NodeValue property.

See Also