Discuss this help topic in SecureBlackbox Forum

TElBoxUsers Constructor

TElBoxUsers     


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


Creates a new instance of TElBoxUsers class.

Declaration

[C#]
    TElBoxUsers(TElBoxDataStorage AStorage);

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

[Pascal]
    constructor Create(AStorage: TElBoxDataStorage);

[C++]
    not available

[PHP]
    not available

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

Parameters

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

Description

    Use this method to create a new instance of TElBoxUsers class.

Discuss this help topic in SecureBlackbox Forum