ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the Webservice.
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Options of the window editor
To configure the general options of the window editor......
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Handling menu options programmatically
The menu options can be handled......
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Obtaining an SSL certificate for IIS2 (2.0 or later)
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one is expanded.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
3. Deploying a WINDEV application