New (LDAP constructor)

From m204wiki
Jump to navigation Jump to search

Create a new LDAP object (LDAP class)


Syntax

%ldap = [%(LDAP):]New

Syntax terms

%outLDAPA declared LDAP object to contain the new LDAP object instance.
(LDAP) The class name in parentheses denotes a shared method. New can also be invoked via a LDAP object variable, which may be Null.

Usage notes

Examples

See also