ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
Report viewer: "Annotate" tab
Does your application allow you to print several reports? The end user has the ability to write annotations from the report viewer......
11. Table/Looper controls
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
Advanced types
The advanced types of WLanguage are as follows...
HOpenConnection (Function)
Opens a connection to a specific database.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
NextTitle (Function)
Modifies the title of next window to open.
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
HFSQL Client/Server: Configuring the data files on the server