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

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


DataTree.Modified

DataTree     See also    


Determines if data were changed since the last Save operation.

Declaration

[C++]
    bool Modified(void);

[Pascal]
    property Modified: Boolean;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public bool Modified();

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

[Java]
    public boolean Modified();

[Java ME]
    public boolean Modified();

[Palm]
    bool Modified(void);

[DLL]
    not applicable;

Description

    Use this property to determine if data were changed since the last Save operation.

See also:     LazyWrite     Load     Save

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