Discuss this help topic in SecureBlackbox Forum

TElCustomTSPClientList.Add

TElCustomTSPClientList     See also     


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


Adds a new element to the list.

Declaration

[C#]
    int Add(TElCustomTSPClient ATSPClient);

[VB.NET]
    Function Add(ByVal ATSPClient As TElCustomTSPClient) As Integer

[Pascal]
    function Add(ATSPClient : TElCustomTSPClient) : integer;

[C++]
    int32_t Add(TElCustomTSPClient &ATSPClient);
    int32_t Add(TElCustomTSPClient *ATSPClient);

[PHP]
    integer Add(TElCustomTSPClient $ATSPClient)

[Java]
    int add(TElCustomTSPClient ATSPClient);

Parameters

  • ATSPClient - element that should to be added to the list.

Return value

    Number of the added item in the list.

Description

    Call this method to add a new element to the list.

See also:     TSPClients     Delete    

Discuss this help topic in SecureBlackbox Forum