ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
<Image variable>.Font (Function)
Declares the font to be used by the dText function in a Image type variable.
FTPDeleteFile (Example)
Usage example of the FTPDeleteFile function
<Image variable>.SaveGIF (Function)
Saves an image found in an Image variable: in a file in GIF format. in memory....
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
<ftpConnection variable>.Command (Function)
Sends a specific FTP command to a server. This new function is available from WINDEV Suite SaaS...
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page...
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest....
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL table, from a query or from an HFSQL view...
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values...
zipClose (Example)
Usage example of the zipClose function
fTempFile (Example)
Usage example of the fTempFile function
iPrintReport (Example)
Usage example of the iPrintReport function
zipOpenRAR (Example)
Usage example of the zipOpenRAR function
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
FTPMakeDir (Example)
Usage example of the FTPMakeDir function