Discuss this help topic in SecureBlackbox Forum

TElBoxGroups Constructor

TElBoxGroups     


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


Creates a new instance of TElBoxGroups.

Declaration

[C#]
    TElBoxGroups(TElBoxDataStorage AStorage);

[VB.NET]
    Sub New(ByVal AStorage As TElBoxDataStorage)

[Pascal]
    constructor Create(AStorage: TElBoxDataStorage);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElBoxGroups();
    public TElBoxGroups(TElBoxDataStorage AStorage);

Parameters

  • AStorage - the object interfacing the Box data storage.

Description

    Use this method to create a new instance of TElBoxGroups.

Discuss this help topic in SecureBlackbox Forum