RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDocument.IsEmptyDoc Method

Indicates whether the TXMLDocument instance represents an empty document.

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

Call IsEmptyDoc to determine whether the TXMLDocument 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 object represents a document with no child nodes. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!