ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RGB (Function)
Defines a color from its Red, Green and Blue components.
tapiHangUp (Function)
Hangs up a phone line started with tapiDial or tapiAnswerCall.
tapiUnhold (Function)
Picks up a call on hold.
tapiBlindTransfer (Function)
Performs a "blind" transfer.
tapiHold (Function)
Puts a call on hold.
WDADMINEXE: Managing the setups in push
WDADMINEXE is used to deploy network applications in push via the "Push" tab......
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
<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.
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
NetListIPAddress (Function)
Returns the list of IP addresses (Internet Protocol) for a computer.
gpwMode (Function)
Returns the runtime mode of the User Groupware.
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
The Conference control
...The Conference control allows you to view and/or listen to video and/or sound in real time......
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<picLayer variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified picLayer variable.
<WDPic variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPic image with an Alpha channel.
The Clickable Image control
The Clickable Image control can be used to......