Xml.xmldom.IDOMNode.get_nodeValue

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function get_nodeValue: DOMString; safecall;

C++

virtual HRESULT __safecall get_nodeValue(System::UnicodeString &__get_nodeValue_result) = 0 ;

Properties

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

Description

Returns the value of the get_nodeValue property.

get_get_nodeValue is the read implementation of the get_nodeValue property.

See Also