ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Utiliser les nouveautés de WINDEV Suite SaaS 2025....
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Utiliser les nouveautés de WINDEV Suite SaaS 2025....
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
NullableIndex (Property)
The NullIableIndex property determines if a key item supports the "Null" value.
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
WINDEV: Example of programmed Drag and Drop
eChangeCurrency (Function)
Converts a currency into another currency.
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
The planes in WEBDEV
The planes are used to group the controls of an element......
dbgEnableLog (Function)
Enables the runtime log programmatically.
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Column events (Table control)
List of events associated with the columns of Table controls...
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....