ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version...
RestartProgram (Function)
Ends the application and restarts it.
Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
WDInst: set directory for data files and User Groupware files
The setup editor WDInst ("Tools...
.NET application
To create a.NET application from a project...
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
Creating help pages
A help system includes several pages......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Various WEBDEV constants
Various WEBDEV constants...
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
Binding a ListView control to an item
<Table>.InfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
The .NET 2.0 control (WinForm)
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format (for.NET 2.0)....
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Message
The Message keyword can correspond to: the Message function. the Message property, which is used to get and change the help message of a control or menu option in a window. the Message property available for: a SFError variable. the email structure. an Email variable. a Notification variable....
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
<Window>.FromFile (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 data file 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)....
Time management
For each element (windows, reports, ......
Constants for managing the windows
List of constants used by the functions for managing the windows...
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
WEBDEV 2024 Tutorial
<Window>.EdCreateNote (Function)
Creates a Repositionable Note control.
<Window>.EdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).