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

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


DataTree.EnumSubKeys

DataTree     See also    


Fills the Strings list with names of all subkeys of the specified key.

Declaration

[C++]
    bool EnumSubKeys(char* Key, TStringList* Strings);

[Pascal]
    function EnumSubKeys(Key : string; Strings : TStrings): Boolean;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public bool EnumSubKeys(string Key, ArrayList Strings);

[VB.NET]
    Public Function EnumSubKeys(ByVal Key As String, ByVal Strings As ArrayList) As Boolean

[Java]
    public boolean EnumSubKeys(String Key, Vector Strings);

[Java ME]
    public boolean EnumSubKeys(String Key, Vector Strings);

[Palm]
    bool EnumSubKeys(char* Key, TStringList* Strings);

[DLL]
    not applicable;

Parameters

  • Key - key name. For more information look here.
  • Strings - name of list where names of subkeys will be written.

Return value

    True on success.
    False on failure.

Description

    Use this method to get names of all subkeys of the specified key.

See also:     EnumValues

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