ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OrganizerWorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
<Organizer>.WorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
HErrorLock (Function)
Used to check whether a lock error occurred.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
HChangeConnection (Example)
Usage example of the HChangeConnection function
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
HConnect (Example)
Usage example of the HConnect function
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Enumeration (Type of variable)
An enumeration is a set of values......
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
Global and local variable
Two types of variables are available......
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
Open (Function)
Opens a modal WINDEV window.
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Compound statements
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......