ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
Bitwise operators
The operations on binary values are performed......
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Compression (Property)
The Compression property gets and sets the data compression mode.
7. Window templates
...Window templates...
SchedulerTaskStatus (Function)
Gets or sets the status of a task created in the Windows scheduler.
Multilingual project
DisplayModePreview (Property)
The DisplayModePreview property gets and sets the camera preview mode.
Installing a Webservice (old format)
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
Appendix 4: WEBDEV modules
The table below presents the modules installed by the WEBDEV application server for Linux and their main features......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Installing Native Sybase Connector for WINDEV and WEBDEV 2024
End of break block
The End of break block is optional......
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Handling report blocks
The different operations available on report blocks are as follows......
Managing parallel tasks
The computers are becoming more and more powerful......
WINDEV: Example of programmed Drag and Drop
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......