ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<WDPic variable>.DrawPolygon (Function)
Draws a polygon in a WDPic variable.
<WDPic variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a WDPic variable.
<WDPic variable>.DrawRectangle (Function)
Draws a rectangle in a WDPic variable.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Project description: Project tab
The project description window allows you to configure various elements of your project......
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
Help about new features: Letting users know about changes
Applications are constantly evolving......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
The Carousel control
The Carousel control is used to display an animated menu made of images......
VariableReset (Function)
Resets the variable to its initial value.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
ColorPalette (Function)
Returns a color found in the current palette.
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
InPHPMode (Function)
Indicates whether the code is run in PHP.
InJavaMode (Function)
Indicates whether the code is run in Java.
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......