Discuss this help topic in SecureBlackbox Forum

TElUsers.Load

TElUsers     See also     


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


Declaration

[C#]
    void Load();
    void Load(string AFileName, string APassword);

[VB.NET]
    Sub Load()
    Sub Load(ByVal AFileName As String, ByVal APassword As String)

[Pascal]
    under development

[C++]
    void Load();
    void Load(const std::string &AFileName, const std::string &APassword);

[PHP]
    void Load()
    void Load(string $AFileName, string $APassword)

[Java]
    void load();
    void load(String AFileName, String APassword);

Parameters

  • AFileName -
  • APassword -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum