Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveComment.Assign

TElGoogleDriveComment     See also     


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


Copies another comment's data into the current object.

Declaration

[C#]
    void Assign(TElGoogleDriveComment Source);

[VB.NET]
    Sub Assign(ByVal Source As TElGoogleDriveComment)

[Pascal]
    procedure Assign(Source: TElGoogleDriveComment);

[C++]
    void Assign(TElGoogleDriveComment &Source);
    void Assign(TElGoogleDriveComment *Source);

[PHP]
    void Assign(TElGoogleDriveComment $Source)

[Java]
    void assign(TElGoogleDriveComment Source);

Parameters

  • Source - the object which content should be copied.

Description

    Call this method to copy another comment's data into the current one.

See also:     Clone    

Discuss this help topic in SecureBlackbox Forum