ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Matrix management functions
List of functions for managing matrices...
<Image variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel.
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
<Image variable>.HorizontalSymmetry (Function)
Flips an image contained in an Image variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<Image variable>.VerticalSymmetry (Function)
Flips an image contained in an Image variable with respect to a vertical axis (symmetry with respect to a vertical axis).
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Functions for managing tiles
The following functions are used to manage the tiles found in the Windows Store apps applications...
Time and date management properties
List of properties for managing dates and times...
Euro functions
List of Euro functions...
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
DeleteShortcut (Function)
Deletes a shortcut previously created by CreateShortcut from the Windows desktop, from the "Start" menu of Windows or from a specific directory.
Statistical functions
List of statistical functions...
Properties associated with the chart series
List of properties associated with the chart series...
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
WDStatistics: Configuring the WEBDEV administrator
To create the log files required to calculate the statistics for site traffic, a specific setting must be performed in the WEBDEV administrator......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......