Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveReply Constructor

TElGoogleDriveReply     See also     


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


Creates a new instance of TElGoogleDriveReply.

Declaration

[C#]
    TElGoogleDriveReply(TElGoogleDriveComment AOwner);

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

[Pascal]
    constructor Create(AOwner: TElGoogleDriveComment);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElGoogleDriveReply();
    public TElGoogleDriveReply(TElGoogleDriveComment AOwner);

Parameters

  • AOwner - the owner of this reply.

Description

    Call this method to create a new instance of TElGoogleDriveReply class.

See also:     Owner    

Discuss this help topic in SecureBlackbox Forum