Discuss this help topic in SecureBlackbox Forum

TElXMLDOMNode.Loaded

TElXMLDOMNode     See also     


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


The property says if the data is loaded.

Declaration

[C#]
    bool Loaded;

[VB.NET]
    Property Loaded As Boolean

[Pascal]
    property Loaded : boolean;

[C++]
    bool get_Loaded();

[PHP]
    bool get_Loaded()

[Java]
    boolean getLoaded();

Description

    Use this read-only property to check, whether the node keeps the data in memory. Use UnloadData to free memory and ReloadData to load the data back.

See also:     ReloadData     UnloadData    

Discuss this help topic in SecureBlackbox Forum