ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
Step 5: Site parameters
Once the site installed, you can define the site connection options......
Find/Replace in the current project
The "Find/Replace" feature is used to......
BTLE functions (prefix syntax)
The following functions are used to handle the Bluetooth Low Energy devices:...
Date and Time management functions
List of functions for managing dates and times...
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
Site Map control properties
List of properties associated with a Site Map control...
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
<Chart>.Tooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a Pie chart, column of a Column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
<Source>.ReadFirst (Function)
Sets the position on the first record according to a browse item.
DriveCopyDirectory (Function)
copy a directory on the Drive to another directory on the Drive (remote disk).
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
Managing the users of an application installed in network
The management of users allows you to find out from the server......
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......