New (LDAP constructor)

From m204wiki
Jump to navigation Jump to search

Create a new LDAP object (LDAP class)


Syntax

%ldap = [%(LDAP):]New

Syntax terms

%LDAPA declared LDAP object to contain the new LDAP object instance.
%(LDAP) The class name in parentheses denotes a Constructor or a shared method.

Usage notes

  • New can be called with no object, with an explicit class name, or with an object variable, even if that object is Null:

    %ldap = new %ldap = %(ldap):new %ldap = %ldap:new

See also