ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications......
zipDeleteFile (Function)
Deletes a file from an archive.
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Constants for managing character strings
List of constants used by string management functions...
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Handling TimeLine controls programmatically
A TimeLine control can be......
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
Native MySQL Connector - License Agreement
Configuring the setup program
Two tools can be used to create a setup program......
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
REP files
REP files contain the list of data files handled by the application....
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......