Discuss this help topic in SecureBlackbox Forum

TElBoxComments.Add

TElBoxComments     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Adds a new comment.

Declaration

[C#]
    TElBoxComment Add(string Message);

[VB.NET]
    Function Add(ByVal Message As String) As TElBoxComment

[Pascal]
    function Add(const Message: string): TElBoxComment;

[C++]
    TElBoxCommentHandle Add(const std::string &Message);

[PHP]
    TElBoxComment Add(string $Message)

[Java]
    TElBoxComment add(String Message);

Parameters

  • Message - the text of the new comment.

Return value

    Returns a reference to the newly created TElBoxComment object.

Description

    Use this method to add a new comment.

See also:     Refresh    

Discuss this help topic in SecureBlackbox Forum