EldoS
MsgConnect home / Documentation / DataTree.CurrentKey property
Navigation
Web site
Support
Table Of Contents

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


DataTree.CurrentKey

DataTree     See also    


Defines current key.

Declaration

[C++]
    void SetCurrentKey(char* NewValue);
    char* GetCurrentKey(void);

[Pascal]
    property CurrentKey: String;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public void SetCurrentKey(string newValue);
    public string GetCurrentKey();

[VB.NET]
    Public Sub SetCurrentKey(ByVal newValue As String)
    Public Function GetCurrentKey() As String

[Java]
    public void setCurrentKey(String newValue);
    public String getCurrentKey();

[Java ME]
    public void setCurrentKey(String newValue);
    public String getCurrentKey();

[Palm]
    void SetCurrentKey(char* NewValue);
    char* GetCurrentKey(void);

[DLL]
    not applicable;

Description

    Use this property to retrieve or to set current key. Current key is referred to when the Key parameter in DataTree methods is left blank.

See also:     FullKey     OwnTree     ParentKey

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