ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
DnDEvent (Example)
Usage example of the DnDEvent function
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
SOAPRun (Function)
Runs a procedure on a SOAP server.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
HListConnection (Function)
Returns the list of connections currently described in the application.
CurrentMonth (Function)
Returns the number of the current month.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
fReadLine (Example)
Usage example of the fReadLine function
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Local procedure
Two types of procedures are available......
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
String functions
List of functions for managing character strings...
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Execute (Function)
Starts the execution of a process through programming.
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property