Xml.XMLIntf.IXMLNode.GetIsTextElement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsTextElement: Boolean;

C++

virtual bool __fastcall GetIsTextElement() = 0 ;

Properties

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

Description

Indicates whether the node has a single text value.

GetIsTextElement is the read implementation of the IsTextElement property.

See Also