Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveComments Constructor

TElGoogleDriveComments     


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


Creates a new instance of TElGoogleDriveComments class.

Declaration

[C#]
    TElGoogleDriveComments(TElGoogleDriveDataStorageObject AOwner);

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

[Pascal]
    constructor Create(AOwner: TElGoogleDriveDataStorageObject);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElGoogleDriveComments(TElGoogleDriveDataStorageObject AOwner);
    public TElGoogleDriveComments();

Parameters

  • AOwner - a reference to the storage object that owns the comments.

Description

    Call this method to create a new TElGoogleDriveComments object.

Discuss this help topic in SecureBlackbox Forum