ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
The Carousel control
The Carousel control is used to display an animated menu made of images......
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
Internal component
An internal component is a set of elements from a project......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Page contexts
In a Windows application, the information relative to a window is stored with the window......
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
HIndex (Function)
Rebuilds the file index (".NDX" file).
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.