ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Associating documents with the project
To describe a project in detail, you can associate documents with it......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Custom tooltips
Tooltips are very useful for application users......
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Creating a translation file
WDINT allows you to create a translation file....
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
Testing a project: setting
By testing the project you can simulate how the application will run......
21. Reports
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....