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

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


DataTree.FullKey

DataTree     See also    


Returns full key name for specified key.

Declaration

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

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

[VB6]
    not applicable;

[ActiveX]
    not applicable;

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

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

[Java]
    public String FullKey(String Key);

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

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

[DLL]
    not applicable;

Parameters

  • Key - key for which you want to get full name. For more information look here.

Return value

    Full key name for the specified key.

Description

    Use this method when you need to get full name for a key.

See also:     CurrentKey     OwnKey     ParentKey

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