Discuss this help topic in SecureBlackbox Forum

TElBoxComment.Reply

TElBoxComment     See also     


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


Creates a reply to the comment.

Declaration

[C#]
    TElBoxComment Reply(string Message);

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

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

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

[PHP]
    TElBoxComment Reply(string $Message)

[Java]
    TElBoxComment reply(String Message);

Parameters

  • Message - the reply message.

Return value

    Returns a reference to the newly created reply (TElBoxComment object).

Description

    Use this method to respond to this comment.

See also:     IsReply    

Discuss this help topic in SecureBlackbox Forum