ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
7. Source Code Manager (SCM)
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
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....
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
SchedulerTaskStatus (Function)
Gets or sets the status of a task created in the Windows scheduler.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
DisplayModePreview (Property)
The DisplayModePreview property gets and sets the camera preview mode.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Character strings
WLanguage supports different types of strings....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
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....
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
How to create a menu?
Installing Native Sybase Connector for WINDEV and WEBDEV 2024
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......