ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Beep (Function)
Emits a beep.
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
MenuAdd (Function)
Adds an existing popup menu into the main menu of the current window.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
InPHPMode (Function)
Indicates whether the code is run in PHP.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
InJavaMode (Function)
Indicates whether the code is run in Java.
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
dPixelColor (Function)
Identifies the color of a pixel: in an Image control. in an Image variable. in a picLayer variable. in a WDPic variable]....
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
InitParameter (Function)
Initializes the management of persistent values.
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
gImage (Function)
Builds a sequence of characters containing an image.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....