ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
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.
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
LDAPValue (Function)
Returns the value corresponding to the subscript passed as parameter for the specified attribute.
LDAPValidateAdd (Function)
Validates the addition of a new object into an LDAP server.
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.