ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV...
AJAX: Direct procedure calls
Starting with version 2024, it is no longer necessary to use AJAXExecute and AJAXExecuteAsynchronous to make AJAX calls...
AJAX programming via AJAX functions (Legacy)
The diagram below presents the use of "programmed AJAX" in a WEBDEV website...
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different...
WEBDEV concepts
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend...
HTTPRequest (Example)
Usage example of the HTTPRequest function
ChangeCharset (Example)
Usage example of the ChangeCharset function
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
FTPConnect (Example)
Usage example of the FTPConnect function
ChangeAction (Example)
Usage example of ChangeAction
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages...
fDate (Example)
Usage example of the fDate function
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows...
fDateTime (Example)
Usage example of the fDateTime function
iCreateFont (Example)
Usage example of the iCreateFont function
iBorder (Example)
Usage example of the iBorder function
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
FTPGet (Example)
Usage example of the FTPGet function
HOpenConnection (Example)
Usage example of the HOpenConnection function
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned...
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
SQLConnect (Example)
Usage example of the SQLConnect function
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups...
1
2
3
4
5
6
25
>