Discuss this help topic in SecureBlackbox Forum

TElBoxComment Constructor

TElBoxComment     


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


Creates a new instance of TElBoxComment.

Declaration

[C#]
    TElBoxComment(TElBoxFile AOwner);

[VB.NET]
    Sub New(ByVal AOwner As TElBoxFile)

[Pascal]
    constructor Create(AOwner: TElBoxFile);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElBoxComment(TElBoxFile AOwner);
    public TElBoxComment();

Parameters

  • AOwner - the component which handles the communication with Box.

Description

    Use this method to create a new instance of TElBoxComment.

Discuss this help topic in SecureBlackbox Forum