Xml.XMLIntf.IXMLNode.GetText

From RAD Studio API Documentation

Delphi

function GetText: DOMString;

C++

virtual System::UnicodeString __fastcall GetText(void) = 0 ;

Properties

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

Description

Returns the text value of the node.

GetText is the read implementation for the Text property.

See Also