|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Returns the message corresponding to the error identifier. |
|
|
|
|
|
|
|
| Defines the title of X-axis and the title of Y-axis in a chart. |
|
|
|
|
|
|
|
| Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers. |
|
|
|
|
|
|
|
| Performs a call transfer (with ability to retrieve the call). |
|
|
|
|
|
|
|
| Modifies the caption and/or position of the chart title.... |
|
|
|
|
|
|
|
| Updates the messages of MS Exchange according to the email server. |
|
|
|
|
|
|
|
| Records the current communication as a".WAV" file. |
|
|
|
|
|
|
|
| Stops the specified call detection that was started by tapiListen. |
|
|
|
|
|
|
|
| Erases a chart and destroys this chart. |
|
|
|
|
|
|
|
| Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS... |
|
|
|
|
|
|
|
| Closes the line that was opened by NetOpenRemoteAccess. |
|
|
|
|
|
|
|
| Plays a sound file (.WAV) for the specified line. |
|
|
|
|
|
|
|
| Deletes a data series from a chart. |
|
|
|
|
|
|
|
| Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus... |
|
|
|
|
|
|
|
| Lists the TAPI 2.0 and TAPI 3.1 compatible devices installed on the current computer. |
|
|
|
|
|
|
|
| Pulls out a section (or all sections) in a chart. |
|
|
|
|
|
|
|
| Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook). |
|
|
|
|
|
|
|
| Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart. |
|
|
|
|
|
|
|
| Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS... |
|
|
|
|
|
|
|
| Used to find out the calling phone number (the one that calls). |
|
|
|
|
|
|
|
| Saves a chart that was drawn beforehand in WMF format. |
|
|
|
|
|
|
|
| Reads the header of the email found after the current email according to the protocol used (POP3... |
|
|
|
|
|
|
|
| Used to find out the phone number called. |
|
|
|
|
|
|
|
| Saves a chart that was drawn beforehand in a file in EMF format. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|