ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
SQLListSource (Function)
Lists the data sources declared on a local site.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
HDataSourceKnown (Function)
Determines if a data source has been initialized.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
11. Popup page
The "Site directory" pane
The "Site directory" pane is used to manage the "<My project>_WEB" directory of the current project......
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
ChronoReset (Function)
Stops and resets a running stopwatch.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
DLNA / UPnP functions (prefix syntax)
The following WLanguage functions are used to handle UPnP devices...
Events associated with Java Applet controls
List of events associated with Java Applet controls...
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
FileFilter (Property)
The FileFilter property gets and sets the filter used to display files: when using assisted input in an Edit control or table column with the "File path autocomplete" option (in the "General" tab of the description window), in the file picker displayed when the user selects the "Browse..." option in the context menu of an Edit control, table column or Combo Box control....
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......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....