Discuss this help topic in SecureBlackbox Forum

TElCustomTSPClientList Constructor

TElCustomTSPClientList     


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


Creates a new instance of TElCustomTSPClientList class.

Declaration

[C#]
    TElCustomTSPClientList(bool AOwnItems);

[VB.NET]
    Sub New(ByVal AOwnItems As Boolean)

[Pascal]
    constructor Create(AOwnItems : boolean);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElCustomTSPClientList(boolean AOwnItems);
    public TElCustomTSPClientList();

Parameters

  • AOwnItems - specifies, whether the list owns any TSP clients

Description

    Call this method to create a new instance of TElCustomTSPClientList class.

Discuss this help topic in SecureBlackbox Forum