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....
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
Summary table: Managing the application directories according to the platform
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
LowerValue (Property)
The LowerValue property is used to: Get the lower bound of the interval currently selected in a Range Slider control. Change the lower bound of the interval currently selected in a Range Slider control....
CrosshairThickness (Property)
The CrosshairThickness property is used to determine and change the thickness of the crosshair in a Chart control.
CrosshairOpacity (Property)
The CrosshairOpacity property is used to determine and change the opacity of the crosshair in a Chart control.
WidgetProcedure (Function)
Specifies the procedure that will be called when the user clicks an iOS 14 widget.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
SCM: Optimizing the time management
From version 110042, the dates and times are stored in the Source Code Manager in UTC format (Universal Time Coordinates) instead of local computer time......
Check: Log of a WEBDEV site
The monitoring robot will retrieve the log of the day for a WEBDEV application on the associated FTP server......
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......
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
1. Deploying a static site
12. Retrieving data from a site
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......
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......
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.