ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constant
The constants are language elements whose value is fixed once and for all...
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
SOAPRun (Function)
Runs a procedure on a SOAP server.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
NotificationDisplay (Function)
Displays a message outside the browser.
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
SNMPTrapEnable (Function)
Enables the interception of an SNMP "trap" sent by an agent.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
Display (External language)
Displays a value in a control or assigns a value in a variable.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
AdditionCompleted (Example)
Usage example of the AdditionCompleted property