Discuss this help topic in SecureBlackbox Forum

TElLDAPResponse.Add

TElLDAPResponse     See also     


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


Adds a message to the list.

Declaration

[C#]
    void Add(ref TElLDAPMessage Msg);

[VB.NET]
    Sub Add(ByRef Msg As TElLDAPMessage)

[Pascal]
    procedure Add(var Msg : TElLDAPMessage);

[C++]
    void Add(TElLDAPMessage &Msg);

[PHP]
    void Add(TElLDAPMessage &$Msg)

[Java]
    void add(TElLDAPMessage[] Msg);

Parameters

  • Msg - message to be added to the list

Description

    Use this method to add messages to the LDAP response.

See also:     Remove     Messages    

Discuss this help topic in SecureBlackbox Forum