Discuss this help topic in SecureBlackbox Forum

TElBoxUser Constructor

TElBoxUser     


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


Creates a new instance of TElBoxUser class.

Declaration

[C#]
    TElBoxUser(TElBoxDataStorage AStorage);

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

[Pascal]
    constructor Create(AStorage: TElBoxDataStorage);

[C++]
    not available

[PHP]
    not available

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

Parameters

  • AStorage - the component which handless communication with the remote storage.

Description

    Use this method to create a new instance of TElBoxUser.

Discuss this help topic in SecureBlackbox Forum