ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
Associating documents with the project
To describe a project in detail, you can associate documents with it......
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
fSelectDir (Function)
Opens a directory picker.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Markdown (Property)
The Property Markdown allows: for control s a window to manage the "Markdown support" option (present in the "Detail" tab of the description window of the control). for the Static control of an report: determine if a Static control of a report is of type Markdown. set the type of a Static control in a report to Markdown....
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLConnect (Example)
Usage example of the SQLConnect function
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
Push notification
A mobile device can receive push notifications......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
GglGetDocument (Function)
Downloads a document from the Google Docs service.
zipOpen (Function)
Opens an existing archive.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Automatic management of exceptions
The management of exceptions can be customized by process......