ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code history
The code history is used to......
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL 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)....
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
PageDisplay (Function)
Displays a web page in the user's browser....
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Control constants
List of constants used by the functions for managing controls...
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
Report based on a query
Queries are used to easily select records in one or more data files......
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
Support for the setup program
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support....