ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
Style properties (help system)
To edit the styles available in the current help system, select "Help system......
Binding a Radio Button control to an item
A Radio Button control can be bound to an item in a data file, query, etc....
Windows: What must be taken into account if the users are working with Vista (and later)
Windows Vista (and later) proposes several improvements......
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
5. Which type of server to choose?
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
Handling a chart in the editor
In the editor, a Chart control includes different sections......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
The OLE control
The OLE control is used to handle an OLE object......
ERR_MSG_BOX
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Multi-database queries
A query (typed in SQL code) can operate on different databases......
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......