ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Local procedure
Two types of procedures are available...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Typecasting of parameters
The description of the parameter type is optional...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure.
Passing parameters
The parameters can be passed to a procedure...
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.
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
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.
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.
LDAPRenameAttribute (Function)
Renames an attribute.
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.
LDAPNbValue (Function)
Returns the number of values for an attribute.
LDAPFind (Function)
Performs a search in an LDAP server.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management...