Discuss this help topic in SecureBlackbox Forum

TElXMLObject.IsEmpty

TElXMLObject     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Checks if the object contains any data.

Declaration

[C#]
    bool IsEmpty();

[VB.NET]
    Function IsEmpty() As Boolean

[Pascal]
    function IsEmpty: boolean;

[C++]
    bool IsEmpty();

[PHP]
    bool IsEmpty()

[Java]
    boolean isEmpty();

Description

    Call this method to check whether the object contains any data.

Discuss this help topic in SecureBlackbox Forum