DataTree.CurrentKey
DataTree
See also
Defines current key.
[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;
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.
|