ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
MaxNbCard (Property)
The MaxNbCard property gets and sets the maximum number of cards in a Kanban control.
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
25. Performing a process on several successive pages
Performing a process on several successive pages...
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
ExeRemoteRun (Function)
Starts running a remote program from the current application.
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
fOpen (Example)
Usage example of the fOpen function
Handling an internal component
An internal component is a set of elements from a project......
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
Error 2109: You are using the ObjectInfo function
Constants for object visibility
List of constants for managing the visibility of an object....
iMargin (Function)
Defines the "logical" print margins.
XMLSavePosition (Function)
Stores the current position in the XML document.
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function