ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
Constants used by the functions for managing countries and continents
Continent (Type of variable)
The Continent type is used to find out the characteristics of a continent.
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
Time management
For each element (windows, reports, ......
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
The different types of integers
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Example for creating a select query
This help page explains how to create two select queries......