Discuss this help topic in SecureBlackbox Forum

TElHTTPOAuth2CustomApplicationStorage.Remove

TElHTTPOAuth2CustomApplicationStorage     See also     


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


Removes an item from te storage.

Declaration

[C#]
    TElHTTPOAuth2ApplicationInfo Remove(int Index);

[VB.NET]
    Function Remove(ByVal Index As Integer) As TElHTTPOAuth2ApplicationInfo

[Pascal]
    function Remove(Index : integer) : TElHTTPOAuth2ApplicationInfo; virtual;

[C++]
    TElHTTPOAuth2ApplicationInfoHandle Remove(int32_t Index);

[PHP]
    TElHTTPOAuth2ApplicationInfo Remove(integer $Index)

[Java]
    TElHTTPOAuth2ApplicationInfo remove(int Index);

Parameters

  • Index - the index of the item to be removed, starting from 0.

Return value

Returns a reference to the object which has been removed from the storage.

Description

Use this method to remove the specified application info from the storage. This method doesn't dispose of the object itself.

See also:     Applications     Add     Clear     Find    

Discuss this help topic in SecureBlackbox Forum