ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
tapiBlindTransfer (Function)
Performs a "blind" transfer.
tapiHold (Function)
Puts a call on hold.
tapiHangUp (Function)
Hangs up a phone line started with tapiDial or tapiAnswerCall.
Constants for managing streams (sound and video)
List of constants used by the functions for managing streams (sound and video)....
gpwMode (Function)
Returns the User Groupware runtime mode.
ComponentLocate (Function)
Specifies the access path to an external component of project.
tapiUnhold (Function)
Picks up a call on hold.
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
<Image variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image variable.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.