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

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


DataTree.LazyWrite

DataTree     See also    


Defines if data will be saved on disk immediately after every operation that changes its contents or only when the Save method is explicitly called.

Declaration

[C++]
    void SetLazyWrite(bool NewValue);
    bool GetLazyWrite(void);

[Pascal]
    property LazyWrite: Boolean;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public void SetLazyWrite(bool newValue);
    public bool GetLazyWrite();

[VB.NET]
    Public Sub SetLazyWrite(ByVal newValue As Boolean)
    Public Function GetLazyWrite() As Boolean

[Java]
    public void setLazyWrite(boolean newValue);
    public boolean getLazyWrite();

[Java ME]
    public void setLazyWrite(boolean newValue);
    public boolean getLazyWrite();

[Palm]
    void SetLazyWrite(bool NewValue);
    bool GetLazyWrite(void);

[DLL]
    not applicable;

Description

    When LazyWrite is set to True, data will be saved on disk only when the Save method is explicitly called.
     When LazyWrite is set to False, data will be saved on disk immediately after every operation that changes its contents.
     Default value is True.

See also:     Load     Save    

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