ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program.
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup...
Generating the setup program
The last wizard step for creating the setup program allows you to...
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication.
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements...
Configuring the setup program
Two tools can be used to create a setup program...
Setup mode
Several methods can be used to distribute a WINDEV application...
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL data files.
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
HTMLToText (Function)
Converts an HTML string or buffer to text.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
<TimeLine>.DeleteEvent (Function)
Deletes an event from a TimeLine control.
MemcacheGet (Function)
Retrieves the values of keys stored on a Memcached server.
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
AAFConfigure (Function)
Allows you to specify the behavior of some Automatic Application Features (AAF). You can for example configure the option for exporting to Excel used by the automatic menu of tables.
RulerVisible (Property)
The RulerVisible property is used to: Determine if a playhead is visible in a TimeLine control. Show or hide a playhead in a TimeLine control....
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
iMargin (Function)
Defines the "logical" print margins.
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
Events associated with windows
List of events associated with windows...
Events associated with Looper controls
List of events associated with Looper controls...
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
ConfigureAAF (Function)
Used to specify the behavior of some Automatic Application Features (AAF).
11. Controls in practice
Discover the main characteristics of the controls...