ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UPNPExecuteAction (Function)
Runs an action on the UPnP service.
fDate (Example)
Usage example of the fDate function
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
fDateTime (Example)
Usage example of the fDateTime function
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
OrganizerDisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
SIPVisible (Function)
Displays the keyboard.
SQLExec (Function)
Names and runs an SQL query.
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Record (Type of variable)
The Record type is used to save the values of a record.
dCopyImage (Example)
Usage example of the dCopyImage function
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
API (Function)
Runs a function found in an external DLL.
HsMenu,Mark (External language)
Finds out whether a menu option is marked or not.
diagConnector (Type of variable)
The diagConnector type is used to define all the advanced characteristics of a connector in a diagram.
Action Bar control events
EnumControl (Example)
Usage example of the EnumControl function