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

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


DataTree.ParentKey

DataTree     See also    


Returns the parent key to the specified key.

Declaration

[C++]
    char* ParentKey(char* Key);

[Pascal]
    function ParentKey(Key : string): String;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public string ParentKey(string Key);

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

[Java]
    public String ParentKey(String Key);

[Java ME]
    public String ParentKey(String Key);

[Palm]
    char* ParentKey(char* Key);

[DLL]
    not applicable;

Parameters

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

Return value

    Parent key of the specified key.

Description

    Use this method to get parent key of the specified one.

See also:     CurrentKey     FullKey     OwnKey

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