ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WorkingHourStart (Property)
The WorkingHourStart property gets and sets the start time of working hours used:
  • by an Organizer control.
  • by a Scheduler control.
  • by a Gantt Chart column (in a Table or TreeView Table control).
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used:
  • by an Organizer control.
  • by a Scheduler control.
  • by a Gantt Chart column (in a Table or TreeView Table control).
<Organizer>.WorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
OrganizerWorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Generating the RAD pattern
To generate a RAD pattern:...
upnpDevice (Type of variable)
The upnpDevice type is used to define the advanced characteristics of a UPnP device.
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
fAttribute (Function)
Returns or modifies the attributes of a file.
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Advanced types
The advanced types of WLanguage are as follows...
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
Push notification
A mobile device can receive push notifications......
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
How to open a page?
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
Configuring the setup program
Two tools can be used to create a setup program......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
Reintegrating translated text into a project
Once the translation of framework libraries ("......
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
WDZip: Creating or modifying an archive
This help page explains how to......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......