Discuss this help topic in SecureBlackbox Forum

TElBoxGroup Constructor

TElBoxGroup     


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


Creates a new instance of TElBoxGroup.

Declaration

[C#]
    TElBoxGroup(TElBoxDataStorage AStorage);

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

[Pascal]
    constructor Create(AStorage: TElBoxDataStorage);

[C++]
    not available

[PHP]
    not available

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

Parameters

  • AStorage - the component which interfaces the remote storage.

Description

    Use this method to create a new instance of TElBoxGroup.

Discuss this help topic in SecureBlackbox Forum