Discuss this help topic in SecureBlackbox Forum

TElBoxFile Constructor

TElBoxFile     


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


Creates a new instance of TElBoxFile.

Declaration

[C#]
    TElBoxFile(TElBoxDataStorage AStorage);

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

[Pascal]
    constructor Create(AStorage: TElBoxDataStorage); virtual;

[C++]
    not available

[PHP]
    not available

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

Parameters

  • AStorage - the component which interfaces the remote storage.

Description

    Use this method to create a new instance of TElBoxFile.

Discuss this help topic in SecureBlackbox Forum