ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
2. Types of setup
Types of setup...
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
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)....
Merging differences (SCM)
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
The Cell control
The Cell control contains controls......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Automatic management of exceptions
The management of exceptions can be customized by process......
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
Events associated with internal windows
List of events associated with internal windows...
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
2. Analysis in practice
grParameter (Function)
Retrieves or modifies a chart parameter.
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Composite variable
A composite variable contains different types of elements (members)...