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

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


DataTree.ValuesCount

DataTree     See also    


Returns the number of values in specified key.

Declaration

[C++]
    long ValuesCount(char* Key);

[Pascal]
    function ValuesCount(Key : string): Integer;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public int ValuesCount(string Key);

[VB.NET]
    Public Function ValuesCount(ByVal Key As String) As Integer

[Java]
    public int ValuesCount(String Key);

[Java ME]
    public int ValuesCount(String Key);

[Palm]
    long ValuesCount(char* Key);

[DLL]
    not applicable;

Parameters

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

Return value

    Number of values in specifie key.

Description

    Use this method to get number of values in specified Key. If this key doesn't have values ValuesCount returns zero.

See also:     SubKeysCount

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