ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
TimeToString (Function)
Converts a time to a string in the specified format.
The Edit control
The Edit control allows users to enter data......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
xlsCell (Variable type)
An xlsCell variable is used to describe and modify a cell in an Excel document...
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
HTTPSendForm (Function)
Sends an HTTP form.
Input (Function)
Displays a message allowing the user to type an information.