ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a 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.
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
tapiDevice (Function)
Selects the TAPI device that will be used during the following telephony operations: tapiDial,...
grGridlines (Function)
Displays or hides the chart gridlines.
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes...
tapiHangUp (Function)
Hangs up a phone line started with tapiDial or tapiAnswerCall.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus...
NetOpenRemoteAccess (Function)
Establishes a remote connection.
NetMachineName (Function)
Returns the name of the local computer or the name of a computer whose IP address is known (reverse...
tapiUnhold (Function)
Picks up a call on hold.
grTitleFont (Function)
Modifies the font used for the chart title.
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
tapiAnswerCall (Function)
Answers an incoming call that was detected.
grLegendFont (Function)
Modifies the font used for the chart legend.
tapiKeyPressed (Function)
Returns the history of the keys pressed on the phone keypad since the last call to tapiKeyPressed.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
tapiBlindTransfer (Function)
Performs a "blind" transfer.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
grOrientation (Function)
Modifies the orientation of chart axes.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
OLELoad (Function)
Initializes an OLE control with an OLE object.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.