ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
Multi-project search
Performing a search in the current project is a common operation......
FileToPage (Function)
Automatically updates the controls of a 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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Report based on a query
Queries are used to easily select records in one or more data files......
spDerivation (Property)
The spDerivation property is used to: Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the key derivation function used for hashing (only for "Password" items defined programmatically)....
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
Time management help
Time management is extremely important......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
<Table>.Adjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
Margin (Property)
The Property HEX@ allows you to define the size of a HEX@ , for example around a text.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.