ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
Dictionary
The dictionary is a file that can contain the project elements......
Events associated with TreeView controls
List of events associated with TreeView controls...
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Code editor: Display options
The code editor proposes several display options......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Events associated with Bar Code controls
List of events associated with Bar Code controls...
AutoRefresh (Property)
The AutoRefresh property is used to: Find out whether the data found in the series is automatically recalculated whenever grDraw is called Modify the mode for recalculating the data found in the series....
Events associated with List Box controls
List of events associated with List Box controls...
Context Menu control events
A Contextual Menu control can be manipulated in WLanguage in an Page with the following properties......
Error 1016: The method of the class is private
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
Replication management functions
Three types of replication are proposed......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......