Xml.XMLIntf.IXMLNode.GetText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetText: DOMString;

C++

virtual System::UnicodeString __fastcall GetText() = 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