Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveComment Constructor

TElGoogleDriveComment     


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


Creates a new instance of TElGoogleDriveComment.

Declaration

[C#]
    TElGoogleDriveComment(TElGoogleDriveDataStorageObject AOwner);

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

[Pascal]
    constructor Create(AOwner: TElGoogleDriveDataStorageObject);

[C++]
    not available

[PHP]
    not available

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

Parameters

  • AOwner - the owner of the comment.

Description

    Call this method to create a new TElGoogleDriveComment object.

Discuss this help topic in SecureBlackbox Forum