Discuss this help topic in SecureBlackbox Forum

TElCustomTSPClientList.TSPClients

TElCustomTSPClientList     See also     


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


Provides access to the list elements.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property TSPClients[Index : integer] : TElCustomTSPClient;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Index - index of the desired item in the list. The first item has Index=0, the second has Index=1 and so on.

Description

    Use this property to get the certain element from the list.

See also:     Count     Add     Clear     Delete     Insert    

Discuss this help topic in SecureBlackbox Forum