Discuss this help topic in SecureBlackbox Forum

TElLDAPResponse.Remove

TElLDAPResponse     See also     


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


Removes a message from the list.

Declaration

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

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

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

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

[PHP]
    void Remove(TElLDAPMessage &$Msg)

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

Parameters

  • Msg - the message to be removed

Description

    Use this method to remove messages from the LDAP response.

See also:     Add     Messages    

Discuss this help topic in SecureBlackbox Forum