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......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
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.
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...
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......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 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......
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
websocketClient (Type of variable)
The websocketClient type is used to identify and define all the advanced characteristics of a client connected to a WebSocket server.
fMoveDir (Function)
Moves a directory and its content.
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.