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

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


DataTree.ClearKey

DataTree     See also    


Removes all values and subkeys from the specified key and deletes all associated data.

Declaration

[C++]
    bool ClearKey(char* Key);

[Pascal]
    function ClearKey(Key : string): Boolean;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public bool ClearKey(string Key);

[VB.NET]
    Public Function ClearKey(ByVal Key As String) As Boolean

[Java]
    public boolean ClearKey(String Key);

[Java ME]
    public boolean ClearKey(String Key);

[Palm]
    bool ClearKey(char* Key);

[DLL]
    not applicable;

Parameters

  • Key - key name. For more information look here.

Return value

    True on success.
    False on failure.

Description

    Use this method to clear not the whole tree, but only one branch.

See also:     Clear     Delete

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