ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
grColor (Function)
Returns and initializes the color of different chart elements.
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
HCopyRecord (Example)
Usage example of the HCopyRecord function
Warning (Function)
Displays a custom message in a system warning window.
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
11. Controls in practice
Discover the main characteristics of the controls...
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Recompiling the project
The project compilation is a process used to......
Generating the RAD pattern
To generate a RAD pattern:...
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
14. Controls in practice
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Creating the link buttons in the windows of a WINDEV RAD pattern