RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLDocument.IsEmptyDoc Method

Indicates whether the IXMLDocument instance represents an empty document.

Pascal
function IsEmptyDoc: Boolean;
C++
__fastcall Boolean IsEmptyDoc();

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!