ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
<Image>.DrawText (Function)
Draws a text in an Image control.
<Image>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image control.
<Image>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image control.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
WDADMINEXE: Managing the setups in push
WDADMINEXE is used to deploy network applications in push via the "Push" tab......
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.
<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.
<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 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......
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
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....
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
psheetSelection (Type of variable)
The psheetSelection type is used to find out the advanced characteristics of a selection in a Spreadsheet control.