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.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns...
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive...
Image (Property)
The Image property gets and sets the background image of a control or block.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview...
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation...
2024 novelties brochure: WEBDEV novelties
Sets the position directly on the desired bookmark in the PDF document....
PopupAnimate (Function)
Displays a popup in a page cell.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another...
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page....
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real)....
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
fExtractPath (Function)
Returns the different elements of a path: drive, directories, name and extension of the file.