Closes the connection for LDAP transactions that was established with WebLdapConnect.
WebAPI.bdh
WebLdapDisconnect( inout hLDAP: number );
true if disconnection was completed successfully
false otherwise
Parameter | Description |
---|---|
hLDAP | Handle to a Web connection that was created by WebLdapConnect |
dcltrans transaction TWebLdap var hLdap: number; begin WebLdapConnect(hLdap, "standardhost", WEB_PORT_LDAP); WebLdapDisconnect(hLdap); end TWebLdap;
LDAP.sep