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

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


DataTree.WarningMessage

DataTree     See also    


Defines the text of warning message.

Declaration

[C++]
    char* WarningMessage;

[Pascal]
    property WarningMessage: String;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public string WarningMessage;

[VB.NET]
    Public WarningMessage As String

[Java]
    public String warningMessage;

[Java ME]
    public String warningMessage;

[Palm]
    char* WarningMessage;

[DLL]
    not applicable;

Description

    By default DataTree writes a warning message in the beginning of the file. Its text is defined by WarningMessage property (comment characters are merged automatically).
     Setting WarningMessage to empty string forbids writing a warning.

See also:     Comment

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