|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| Deletes a fax from the spooler and cancels it. |
|
|
|
|
|
|
|
| Pauses a fax in the spooler. |
|
|
|
|
|
|
|
| Enumerates the pending faxes or the outgoing faxes. |
|
|
|
|
|
|
|
| Enumerates the pending faxes or the incoming faxes. |
|
|
|
|
|
|
|
| Reinitializes the LDAPSession structure with the default values. |
|
|
|
|
|
|
|
| Lists the children of an object in an LDAP server. |
|
|
|
|
|
|
|
| Re-enables a fax paused in the spooler (pending fax). |
|
|
|
|
|
|
|
| Validates the modification of an existing object in an LDAP server. |
|
|
|
|
|
|
|
| Returns the value corresponding to the subscript passed as parameter for the specified attribute. |
|
|
|
|
|
|
|
| Validates the addition of a new object into an LDAP server. |
|
|
|
|
|
|
|
| Deletes an object from the LDAP server. |
|
|
|
|
|
|
|
| Deletes an attribute as well as its values. |
|
|
|
|
|
|
|
| Deletes a value of a specified attribute. |
|
|
|
|
|
|
|
| Used to disconnect from a specific LDAP server. |
|
|
|
|
|
|
|
| Initializes the addition of a new object into an LDAP server. |
|
|
|
|
|
|
|
| Initializes the modification of an existing object in an LDAP server. |
|
|
|
|
|
|
|
| Replaces all the values of an attribute by a specific value. |
|
|
|
|
|
|
|
| Lists the object attributes in an LDAP server. |
|
|
|
|
|
|
|
| Used to connect to an LDAP server via the characteristics defined in the LDAPSession structure. |
|
|
|
|
|
|
|
| Replaces a specific value of an attribute by a new value. |
|
|
|
|
|
|
|
| Adds an attribute or adds a new value to an existing attribute. |
|
|
|
|
|
|
|
| Returns the number of values for an attribute. |
|
|
|
|
|
|
|
| Performs a search in an LDAP server. |
|
|
|
|
|
|
|
| Customizes the management of message display on the client computer and the management... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|