ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Functions for managing tiles
The following functions are used to manage the tiles found in the Windows Store apps applications...
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
Warning 124: Shadowing a global variable
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
<Image>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image control.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
<Image variable>.Fill (Function)
Colors an area in an Image variable.
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
<Image>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image control.
<Image>.DrawLine (Function)
Draws a line in an Image control.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
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......
The pages
Pages are the main interface of a WEBDEV site......
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
Debugging functions
List of debugging functions...
WinRateDDW (Function)
Gets and sets the dimming rate for windows that use the DDW (Dim Disabled Windows) feature.
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
Error 102: The constants can be defined in the initialization code of project, ...
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
<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>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.