Xml.XMLIntf.IXMLNode.GetText
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.