Discuss this help topic in SecureBlackbox Forum

TElXMLDOMDocument.ReloadAll

TElXMLDOMDocument     


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


Reloads the node data.

Declaration

[C#]
    void ReloadAll();

[VB.NET]
    Sub ReloadAll()

[Pascal]
    procedure ReloadAll;

[C++]
    void ReloadAll();

[PHP]
    void ReloadAll()

[Java]
    void reloadAll();

Description

    Use this method to reload the data, associated with nodes, from the original data stream.

Discuss this help topic in SecureBlackbox Forum