ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LDAPValidateAdd (Function)
Validates the addition of a new object into an LDAP server.
grInfoXY (Function)
Returns information about the series found at a specific chart point.
FaxRestart (Function)
Restarts a fax in the spooler.
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
FaxPause (Function)
Pauses a fax in the spooler.
FaxOutbox (Function)
Enumerates the pending faxes or the outgoing faxes.
FaxInbox (Function)
Enumerates the pending faxes or the incoming faxes.
LDAPReset (Function)
Reinitializes the LDAPSession structure with the default values.
LDAPListChildren (Function)
Lists the children of an object in an LDAP server.
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
LDAPValue (Function)
Returns the value corresponding to the subscript passed as parameter for the specified attribute.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
LDAPDelete (Function)
Deletes an object from the LDAP server.
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
LDAPDisconnect (Function)
Used to disconnect from a specific LDAP server.
LDAPStartAdd (Function)
Initializes the addition of a new object into an LDAP server.
LDAPStartModify (Function)
Initializes the modification of an existing object in an LDAP server.
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
LDAPListAttribute (Function)
Lists the object attributes in an LDAP server.
LDAPConnect (Function)
Used to connect to an LDAP server via the characteristics defined in the LDAPSession structure.
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
LDAPRenameAttribute (Function)
Renames an attribute.
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.