ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<picLayer variable>.VerticalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a vertical axis (symmetry with respect to a vertical axis).
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
<picLayer variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
<WDPic variable>.Fill (Function)
Colors an area in a WDPic variable.
<WDPic variable>.HorizontalSymmetry (Function)
Flips an image contained in a WDPic variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<WDPic variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified WDPic variable.
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
<picLayer variable>.DrawRectangleGradient (Function)
Draws a rectangle in a picLayer variable.
EmailConfigure (Function)
Used to configure WLanguage email management functions.
PDF printing: Special cases
Specific features of print in PDF format...
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
4. Monitor your applications
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
Principle of remote check
WEBDEV proposes several methods for deploying a dynamic site......
<Component>.Load (Function)
Loads an external component independent of the current project.