ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Input (Function)
Displays a message allowing the user to type an information.
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Materialized view
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Border management constants
List of constants used by the border management functions....
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Structure of data files of user groupware
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Associative array (Type of variable)
An associative array is an "advanced" type of array...
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
WINDEV Mobile Framework License Agreement
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
awProcedureGetAndSendInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendAndGetInfo.
awProcedureGetInfo (Function)
Specifies the WLanguage procedure that will be called when receiving information coming from awSendInfo.
WINDEV Framework License Agreement
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......