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

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


DataTree.Simple

DataTree     See also    


Defines if simple type of files is used.

Declaration

[C++]
    void SetSimple(bool NewValue);
    bool GetSimple(void);

[Pascal]
    property Simple: Boolean;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public void SetSimple(bool newValue);
    public bool GetSimple();

[VB.NET]
    Public Sub SetSimple(ByVal newValue As Boolean)
    Public Function GetSimple() As Boolean

[Java]
    public void setSimple(boolean newValue);
    public boolean getSimple();

[Java ME]
    public void setSimple(boolean newValue);
    public boolean getSimple();

[Palm]
    void SetSimple(bool NewValue);
    bool GetSimple(void);

[DLL]
    not applicable;

Description

    Use this property to determine if simple file format is used. DataTree can work with two types of files: extended (actually the main format used by DataTree) and simple. In simple format key names are not parsed and storing. Binary, Boolean, MultiString and WideString data types are not supporting in the simple format.
     Default value is False.

See also:     This will be replaced with MCDataTree docs

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