ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Date management constants
List of constants used by date management functions...
14. Controls in practice
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Enumeration (Type of variable)
An enumeration is a set of values......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
MySelf (Reserved word)
MySelf is used to handle the current control...
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Describing an element
A flexible modeling includes different elements linked together......
Installing a SOAP server with Apache
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
SelectedText (Property)
The SelectedText property is used to get and change the text selected in an Edit control, editable Combo Box control or editable column in a Table control.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Using several libraries in an application
A library is a WDL file that contains all the resources......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
HPriorityClient (Function)
Modifies the priority of a client application.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.