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

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


DataTree.Save

DataTree     See also    


Saves data to the disk file.

Declaration

[C++]
    bool Save(void);

[Pascal]
    function Save: Boolean;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public bool Save();

[VB.NET]
    Public Function Save() As Boolean

[Java]
    public boolean Save();

[Java ME]
    public boolean Save();

[Palm]
    bool Save(void);

[DLL]
    not applicable;

Return value

    True on success.
    False on failure.

Description

    Use this method to save data to the disk. Modified property is set to False after Save method is executed. DataTree is able to manage data of any size.

See also:     LazyWrite     Load     LoadFromStream     SaveToStream    

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