ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
<Image>.Rotation (Function)
Rotates an Image control.
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
gpwListOAuthParameters (Function)
Retrieves the list of OAuth parameters defined for the User Groupware, i.e. the list of providers (Google, Facebook, etc.) to which it is possible to connect via the User Groupware. These parameters are defined via the User Groupware administration site.
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
Telemetry: Main features
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
"Reports & Queries" software
This is "Reports & Queries"......
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
Image drawing and processing functions
List of image drawing and processing functions...
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
Table control functions
List of functions specific to Table controls...
Drawing constants
List of constants used by the drawing functions....
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......