ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
<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....
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Project description: Files tab
The project description window allows you to configure various elements of your project......
Project description: Options tab
The project description window allows you to configure various elements of your project......
Project description: SCM tab
The project description window allows you to configure various elements of your project......
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
Code editor: Display options
The code editor proposes several display options......
12. Pages in practice
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......