Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveReplies Constructor

TElGoogleDriveReplies     


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


Creates a new instance of TElGoogleDriveReplies class.

Declaration

[C#]
    TElGoogleDriveReplies(TElGoogleDriveComment AOwner);

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

[Pascal]
    constructor Create(AOwner: TElGoogleDriveComment);

[C++]
    not available

[PHP]
    not available

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

Parameters

  • AOwner - the owner of these replies.

Description

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

Discuss this help topic in SecureBlackbox Forum