DataTree.Path
DataTree
See also
Defines the name of file where DataTree will save its data (and read from).
[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;
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.
|