Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Clear

TElGoogleDriveDataStorageObject     See also     


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


Clears all information contained in the object.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear(); virtual;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    Call this method to empty the data object.

See also:     Delete    

Discuss this help topic in SecureBlackbox Forum