ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
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......
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
Internal component description
The description of an internal component can opened at any time......
9. Monitor your sites, servers, etc.
4. Monitor your applications
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
19. Sending emails
Window control search functions
WINDEV allows the user to perform a search among all the texts found in a window or in a control......
Handling Organization Chart controls programmatically
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......