ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Page Footer block
The Page footer block is run at the end of each page......
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
WINDEV concepts
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Report blocks
A printed report includes several sections......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
2. How to test a site?
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
<Stack variable>.Push (Function)
Pushes an element onto the stack.
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
14. Report templates
...Report templates are used to easily standardize report layouts....
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Handling an internal component
An internal component is a set of elements from a project......
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......