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

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


DataTree.OwnKey

DataTree     See also    


Returns own key name without path.

Declaration

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

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

[VB6]
    not applicable;

[ActiveX]
    not applicable;

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

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

[Java]
    public String OwnKey(String Key);

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

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

[DLL]
    not applicable;

Parameters

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

Return value

    Own key name without path.

Description

    Use this method to get the own key name without path to it.

See also:     CurrentKey     FullKey     ParentKey    

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