Xml.XMLDoc.TXMLDocument.IsEmptyDoc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEmptyDoc: Boolean;

C++

bool __fastcall IsEmptyDoc(void);

Properties

Type Visibility Source Unit Parent
function public
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLDocument

Description

Indicates whether the TXMLDocument instance represents an empty document.

Call IsEmptyDoc to determine whether the TXMLDocument instance represents an empty document. IsEmptyDoc returnsTrue if the DOMDocument property is not set (for example, if there is no DOM implementation) or if this object represents a document with no child nodes.

See Also

Code Examples