EldoS
MsgConnect home / Documentation / DataTree.Clear method
Navigation
Web site
Support
Table Of Contents

Filter: C++  Pascal  ActiveX  C#  VB.NET  Java SE  Java ME  Palm  DLL 


DataTree.Clear

DataTree     See also    


Clears the whole tree.

Declaration

[C++]
    bool Clear(void);

[Pascal]
    function Clear: Boolean;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public bool Clear();

[VB.NET]
    Public Function Clear() As Boolean

[Java]
    public boolean Clear();

[Java ME]
    public boolean Clear();

[Palm]
    bool Clear(void);

[DLL]
    not applicable;

Return value

    Always returns True.

Description

    Use this method when you need to clear the whole tree.

See also:     ClearKey     Delete

 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation