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

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


DataTree.Path

DataTree     See also    


Defines the name of file where DataTree will save its data (and read from).

Declaration

[C++]
    void SetPath(LPSTR NewValue);
    char* GetPath(void);

[Pascal]
    property Path: String;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public void SetPath(string newValue);
    public string GetPath();

[VB.NET]
    Public Sub SetPath(ByVal newValue As String)
    Public Function GetPath() As String

[Java]
    public void setPath(String newValue);
    public String getPath();

[Java ME]
    public void setPath(String newValue);
    public String getPath();

[Palm]
    void SetPath(LPSTR NewValue);
    char* GetPath(void);

[DLL]
    not applicable;

Description

    Use this property to define name of the file where DataTree will save its data (and load them from).
     Note: changing this property doesn't cause automatic saving and restoring the data.

See also:     CurrentKey     FullKey     ParentKey    

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