Discuss this help topic in SecureBlackbox Forum

TElSRPCredentialStore.Remove

TElSRPCredentialStore     See also     


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


Deletes the specified item of the list.

Declaration

[C#]
    void Remove(int Index);

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

[Pascal]
    procedure Remove(Index: Integer);

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

[PHP]
    void Remove(integer $Index)

[Java]
    void remove(int Index);

Parameters

  • Index - the index of the item to be deleted.

Description

    Call this method to remove the specified item from the list.

See also:     Credentials     Add     Clear     Delete    

Discuss this help topic in SecureBlackbox Forum