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

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


DataTree.Comment

DataTree     See also    


Defines the character sequence that is used as a comment separator.

Declaration

[C++]
    void SetComment(const char* NewValue);
    char* GetComment(void);

[Pascal]
    property Comment: String;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public void SetComment(string newValue);
    public string GetComment();

[VB.NET]
    Public Sub SetComment(ByVal newValue As String)
    Public Function GetComment() As String

[Java]
    public void setComment(String newValue);
    public String getComment();

[Java ME]
    public void setComment(String newValue);
    public String getComment();

[Palm]
    void SetComment(const char* NewValue);
    char* GetComment(void);

[DLL]
    not applicable;

Description

    Use this property to define the character sequence that is used as comment separator. You can redefine the semicolon sign for your particular needs.

See also:     WarningMessage

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