ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
Constants for the assisted replication
List of constants used by the functions for the assisted replication....
First project window
StringBuild (Function)
Builds a character string from an initial string and parameters.
Project Management Hub: New/Fixed incidents
To improve project monitoring, the Project Management Hub shows the evolution of new and fixed incidents over a given period of time, by one or multiple contributors......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
grImageSize (Function)
Defines the size of the image containing the chart.
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?......
RandomCryptoBuffer (Function)
Returns a buffer to the specified size filled with random data, that can be used with the cryptographic technologies.
RandomCryptoInteger (Function)
Returns a random number that can be used with the cryptographic technologies.
Background (Type of variable)
The Background type defines the advanced characteristics of the element background.
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Creating the Vision pages of the WEBDEV RAD pattern
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
fClose (Example)
Usage example of the fClose function
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).