ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
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)....
WDScript: use in command-line and console mode
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
WINDEV Framework License Agreement
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Items used in a select query
A query created in the query editor can contain several types of items......
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Line control properties
List of properties associated with the Line control...
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
REP files
REP files contain the list of data files handled by the application....
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
Composite keys
A composite key is a key item containing several other items......
Setup on a local network (LAN)