ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
sfError (Type of variable)
The sfError type is used to find out the characteristics of an error returned by Salesforce...
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
AWP without UI
Bootstrap, Angular, React, Vue......
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
WDSQL, SQL querier: Overview
WDSQL is used to......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
5. Displaying a WEBDEV Session site
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Option,Test (External language)
In an information window, displays each call to the function and each status report returned by the function.
27. Center or anchor a site horizontally
3. Site development life cycle
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
Page templates
WEBDEV allows you to create page templates......
Manager of automated tests
The test manager is used to......
Programming overview in C and C++
How to use an array of structures?
An array of structures is an Array variable......