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.
fExeDir (Function)
Returns the directory from which the execution is started.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped...
SQLExec (Function)
Names and runs an SQL query.
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
HRead (Function)
Reads a record in a file according to a given record number.
Manipulating Progress Bar controls programmatically
A Progress Bar control can be handled through programming......
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string...
HTransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions...
HTTPSendForm (Function)
Sends an HTTP form.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Image (Property)
The Image property gets and sets the background image of a control or block.
BTChangeVisibility (Function)
Changes the visibility of a Bluetooth radio.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table...
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).