ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
16 results for: AJAX
AJAX programming via AJAX functions (Legacy)
The diagram below presents the use of "programmed AJAX" in a WEBDEV website...
AJAX: Direct procedure calls
Starting with version 2024, it is no longer necessary to use AJAXExecute and AJAXExecuteAsynchronous to make AJAX calls...
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV...
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
AJAX management functions
List of functions for AJAX management...
7. AJAX technology
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
ProgressBarEnable (Function)
Enables the refresh of a Progress Bar via Ajax.
ProgressBarDisable (Function)
Stops the periodic refresh of a Progress Bar via Ajax.
AJAXAvailable (Function)
Used to find out whether the AJAX technology is supported by the current browser.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called...
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress...
Properties associated with the areas defined in Zoning mode
AJAXAsynchronousCallPending (Function)
Used to find out whether a server procedure called by AJAXExecuteAsynchronous is currently run.
AJAXCancelAsynchronousCall (Function)
Cancels the automatic execution of the browser procedure called by AJAXExecuteAsynchronous.